rsxdalv/tts-generation-webui

Torch does not have CUDA

Closed this issue ยท 4 comments

I just updated the program on Windows, and I noticed that it has dumbed down torch to no cuda, and python check_cuda.py says no cuda, while I have an RTX 3090 card in the machine. I had CUDA before, so I don't understand.

I used update_windows.bat only. And I see this:
image

I will reinstall everything in next days with new installer.

Yeah, sorry that the old installer broke. I am trying to still maintain some support for it but there are cases where it becomes impossible. The issue I had was - RVC broke (for unknown reason, could not determine it for hours) so I upgraded to a new RVC. The new RVC required a newer torch version, so I upgraded the whole project from 2.0.0 to 2.3.1. However, this was not possible with the old installer, since I would have to make one-click-installers v7 for that change alone. So even while maintaining the old installer script in the repo, it ultimately broke.

After a full wipe and reinstall with the latest installer, everything works. Thank you for your reply and I understand why you made that decision.