-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
[Bug]: SM_120 error on RTX 5000 series #969
Comments
You need to manually update torch to the version that supports 5000 series |
use a compiled version from huggingface it is likely you'll also need to get the latest code from the repository because torch 2.5.x no longer allows the load of weights without specifying weights_only flag. |
ya the purple screenshot is what i got after installing newer torch |
numpy should be <2.0 |
from what I've gathered, you need to update torch modules to 2.6.0 and use Cuda Toolkit 12.8 torch wheel for windows is here |
ya i have those already, ![]() i dont know if i use correct method to update the compiled version correctly this is the latest i could find on pytorch's website I see that when I update it it will say requirement already satisfied and it will not update ![]() |
Project Version
3.2.8
Platform and OS Version
Windows 11 64 bit
Affected Devices
All
Existing Issues
No response
What happened?
not able to start the application
Steps to reproduce
...
Expected behavior
not able to output any files
Attachments
Screenshots or Videos
Additional Information
installed newer pytorch via anaconda,
The text was updated successfully, but these errors were encountered: