Skip to content
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

Open
leoinpython opened this issue Feb 10, 2025 · 7 comments
Open

[Bug]: SM_120 error on RTX 5000 series #969

leoinpython opened this issue Feb 10, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@leoinpython
Copy link

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

  1. run-applio.bat

...

Expected behavior

not able to output any files

Attachments

Image

Screenshots or Videos

Image

Additional Information

installed newer pytorch via anaconda,

Image

@leoinpython leoinpython added the bug Something isn't working label Feb 10, 2025
@AznamirWoW
Copy link
Contributor

You need to manually update torch to the version that supports 5000 series
but we have not tested that yet

@leoinpython
Copy link
Author

leoinpython commented Feb 10, 2025

Image

You need to manually update torch to the version that supports 5000 series but we have not tested that yet

I did update the Torch with anaconda, the last screenshot is the error after the update.
here is the upper half of the error

@AznamirWoW
Copy link
Contributor

use a compiled version from huggingface
use env\python -m pip install ... to install torch/torchaudio/torchvision that support 5000 serties

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.

@leoinpython
Copy link
Author

use a compiled version from huggingface use env\python -m pip install ... to install torch/torchaudio/torchvision that support 5000 serties

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
I followed the instruction on torch
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
im on Torch 2.6.0

@AznamirWoW
Copy link
Contributor

numpy should be <2.0

@AznamirWoW
Copy link
Contributor

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
https://huggingface.co/w-e-w/torch-2.6.0-cu128.nv

@leoinpython
Copy link
Author

leoinpython commented Feb 11, 2025

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 https://huggingface.co/w-e-w/torch-2.6.0-cu128.nv

ya i have those already,

Image

i dont know if i use correct method to update the compiled version correctly
but here's what i tried, I use python.exe -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126

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
I then uninstall the pytorch inside, reinstall with this.
it will download the newest one, but when i start applio, it will still give the same error that it is not compatible with sm_120
and when I use anaconda to verify the version, it is on the newest already, so I'm not sure what to do next.
Image

Image you can see that its' on 2.6 and cu126 already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants