-
Notifications
You must be signed in to change notification settings - Fork 4.2k
How to run on RTX 50-series GPU? #2574
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
Comments
I'm also on a 50-series GPU. You can upgrade both pytorch and xformers as they've just released stable builds for cuda 12.8, but RVC seems to rely on torch-directml, which hasn't been updated to support pytorch 2.7, and there may be something else that I'm missing, too. I upgraded xformers and torch by doing this inside the RVC directory:
In the meantime, you can run on CPU if you're not using the real-time GUI by opening If someone else out there knows how to get it running, please share. |
me too I am facing the same.. I was able to train a new model but on CPU. Also I am facing another issue while converting I get an error timed out. which is very annoying |
You may try to run
you can patch search for any |
BTW I am using RTX 4080 so I am not sure with RTX 50 series I just updated my PyTorch to 2.7.0 for better speed, then the problem occured, and after patching it got worked Hope it will help |
Thanks, I found this and it fixes things partially. However, training wasn't working, I had to do some fixes, after these training starts and finishes, although UI shows 'Error' in bottom right corner. I got these features working (not that thoroughly tested, just 5 minutes testing on each):
I don't know about this onnx export, never used it, don't know how it should work. It does something for a while, progress bar fills, then I get "Something went wrong: connection errored out". I found two threads about this here in this repo, but no solution, unless I missed it. Edit - I found the culprit for this export onnx error, it is this line in the
I bypassed it, but then you have to write some code around it, and I also had to change Not sure what the proper fix would be, but at least the model exports now without errors, although the simplify operation is skipped. |
Hi.
I remember trying RVC last year, but after upgrading GPU I can no longer use RVC.
I downloaded the latest zip-version, but that doesn't seem to be supporting Nvidia 50-series GPUs, there is a warning when I try to run go-web.bat.
However, I have no idea if the zip-version torch can be updated - there seems be conda and poetry related things going on inside the folder, and I barely know anything about those.
I've also tried installing from repo, everything goes OK, but I get this warning in console when I try to run go-web.bat.
Seems like UI dropdowns are not updating like they should, so I can't get this one either working.
Any ideas?
The text was updated successfully, but these errors were encountered: