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

RTX 50XX support? #2509

Open
andivax opened this issue Mar 7, 2025 · 5 comments
Open

RTX 50XX support? #2509

andivax opened this issue Mar 7, 2025 · 5 comments

Comments

@andivax
Copy link

andivax commented Mar 7, 2025

Nihao!

Image

When to expect RTX 50XX support?
5070 TI and 5080 are not working at this moment.

Thank you!

@zxq3003
Copy link

zxq3003 commented Mar 8, 2025

不兼容 ,我试了更新了torch都无法运行 放弃吧 !

@andivax
Copy link
Author

andivax commented Mar 8, 2025

We need official answer from the developer.

@omegabrain
Copy link

Despite the latest git update, RVC wasn't working for me, so I upgraded to torch-2.7.0.dev+cu128 to support my RTX 50XX GPU. While the GPU is now correctly recognized, the program fails with the following error: _pickle.UnpicklingError: Weights only load failed. It seems to be related to PyTorch 2.6+ changing torch.load() to default to weights_only=True, preventing RVC from loading the full model.

Is there a fix planned for this, or should we manually override this behavior in the code by setting torch.serialization.default_weights_only = False?

@syd2333
Copy link

syd2333 commented Mar 14, 2025

Despite the latest git update, RVC wasn't working for me, so I upgraded to torch-2.7.0.dev+cu128 to support my RTX 50XX GPU. While the GPU is now correctly recognized, the program fails with the following error: _pickle.UnpicklingError: Weights only load failed. It seems to be related to PyTorch 2.6+ changing torch.load() to default to weights_only=True, preventing RVC from loading the full model.

Is there a fix planned for this, or should we manually override this behavior in the code by setting torch.serialization.default_weights_only = False?
try wsl2,and you can refer to this
RVC-Boss/GPT-SoVITS#2026

@dirtmonster1337
Copy link

has anyone had luck running this in wsl2 or docker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants