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

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

No supported Nvidia GPU found #2043

Open icinemagr opened 1 month ago

icinemagr commented 1 month ago

(venv_name) C:\rvc>python.exe infer-web.py --pycmd python.exe --nocheck --port 7897 2024-05-08 10:18:41 | INFO | configs.config | No supported Nvidia GPU found 2024-05-08 10:18:41 | INFO | configs.config | overwrite v1/32k.json 2024-05-08 10:18:41 | INFO | configs.config | overwrite v1/40k.json 2024-05-08 10:18:41 | INFO | configs.config | overwrite v1/48k.json 2024-05-08 10:18:41 | INFO | configs.config | overwrite v2/48k.json 2024-05-08 10:18:41 | INFO | configs.config | overwrite v2/32k.json 2024-05-08 10:18:41 | INFO | configs.config | overwrite preprocess_per to 3 2024-05-08 10:18:41 | INFO | configs.config | Use cpu instead 2024-05-08 10:18:41 | INFO | configs.config | Half-precision floating-point: False, device: cpu 2024-05-08 10:18:43 | INFO | main | Use Language: en_US Running on local URL: http://0.0.0.0:7897 IMPORTANT: You are using gradio version 4.23.0, however version 4.29.0 is available, please upgrade.

OS: windows 10

(venv_name) C:\rvc>python --version
Python 3.8.7
(venv_name) C:\rvc>nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019
Cuda compilation tools, release 10.2, V10.2.89

GPU: Nvidia Gtx 1060 6GB

what is wrong? in Ubuntu detects GPU on this machine but not in windows Server 2088r2 and Windows 10 am i missing something?

thank you.

FIXED needed python 3.9 now eveyrhtign works as expected.

orionflame commented 1 month ago

i installed 3.10 it still says it cant find any GPU despite running this code finds them:

print("CUDA Available: ", torch.cuda.is_available()) print("CUDA Device Name: ", torch.cuda.get_device_name(0))

CUDA Available: True CUDA Device Name: Quadro RTX 6000

Amazon90 commented 1 week ago
pip uninstall torch torchvision torchaudio -y
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121