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

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

No supported Nvidia GPU found。4070s not supported? #2228

Closed Tina-Serria closed 1 month ago

Tina-Serria commented 1 month ago

when i run infer-web.py.it shows "No supported Nvidia GPU found".i have installed torch and cuda 12.6

heartgold512 commented 1 month ago

4070 is supported, i in fact had the same problem, try reinstalling or closing terminal and re running RVC and Xtts finetune. There are some videos on youtube one of which I use my 4070 locally so yes it is possible and is supported Screenshot 2024-08-12 102948

kalbright3275 commented 1 month ago

If an NVIDIA GPU driver is not available, the program will run in CPU mode instead.

Tina-Serria commented 1 month ago

4070 is supported, i in fact had the same problem, try reinstalling or closing terminal and re running RVC and Xtts finetune. There are some videos on youtube one of which I use my 4070 locally so yes it is possible and is supported

Actually,i dont know wether i forget some steps or do somting wrong,because i dont know is the project support RTX 4070 Super

Tina-Serria commented 1 month ago

If an NVIDIA GPU driver is not available, the program will run in CPU mode instead.

i know that, the terminal shows the tip.but i want to run with 4070s

kalbright3275 commented 1 month ago

i know that, the terminal shows the tip.but i want to run with 4070s

I understand. Is the RTX 4070 Super a GPU driver, I'm just curious?

heartgold512 commented 1 month ago

I believe 4070 Super will work, as Kal said maybe its a driver issue? which you can sort from "Geforce experience" app to download the gpu driver which nvidea will find for your system

Tina-Serria commented 1 month ago

i know that, the terminal shows the tip.but i want to run with 4070s

I understand. Is the RTX 4070 Super a GPU driver, I'm just curious?

it's another model of 4070,America don't have this model?

Tina-Serria commented 1 month ago

I believe 4070 Super will work, as Kal said maybe its a driver issue? which you can sort from "Geforce experience" app to download the gpu driver which nvidea will find for your system

okay,i will try again

Tina-Serria commented 1 month ago

I know where i went wrong.Its my first time to use pytorch and cuda.So i dont know cuda is also a library like python,java.All of them have different version.As a result pytorch doesnt support the newest cuda 12.6 that i installed previously.