#RVC Main - No supported NVIDIA GPU found
1 messages · Page 1 of 1 (latest)
try installing CUDA Toolkit
yeah what fixed it was installing the latest torch cuda version:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
oh