-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with CUDA version : "the provided PTX was compiled with an unsupported toolchain" #517
Comments
Most likely, yes. If you can't rune CUDA, you should try Vulkan or Sycl instead. |
Looking at the output, it should work though.
It definitely finds the device. Maybe we compile with a too-new-a-version of CUDA. The CI built binaries use 12.2 . In the meantime, follow @stduhpf 's advice :) . |
Thanks a lot for your (quick) help !
|
Hum, in fact, I'm wrong : with -H 1024 -W 1024 it really needs this amount of RAM even with CPU... |
You likely don't need the extra precision that f32 gives you. You can use different quantizations to lower memory usage. Try |
Hi everyone.
After successfully using CPU build of sd,
I've tried the CUDA build for Windows : sd-master-9578fdc-bin-win-cuda12-x64.zip
I've dezipped dll from cudart-sd-bin-win-cu12-x64.zip in the same directory
When I use sd, I get this error :
I have not installed all CUDA driver from NVidia because I don't have admin right on my computer (and will never have I fear).
Can this explain the error ?
Does cudart-sd-bin-win-cu12-x64.zip provide all required dll to run sd in my case ?
Is there a way to run sd with GPU on a computer without admin right ?
(I kwnow I can run some LLM tools on my GPU without installing all the drivers : for ex. LM Studio can do it, I don't know how)
For information, here the full log :
Any help would be very appreciated !
Olivier
The text was updated successfully, but these errors were encountered: