RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
19.7k stars 3.04k forks source link

Gpu Not Found #1980

Closed Shqn3 closed 4 weeks ago

Shqn3 commented 1 month ago

it says no gpu found when i do the python infer-web.py command tho i have a 4070 and it pops up in my device manager so idk

sv3nk commented 1 month ago

I have the same issue :(

sv3nk commented 1 month ago

It seems like torch.cuda does not recognize the gpu. A simple import torch print(torch.cuda.device_count())

returns 0.

sv3nk commented 1 month ago

I just figured it out. This is due to the wrong pytorch download. Use this: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118