Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No supported Nvidia GPU found #2043

Open
icinemagr opened this issue May 8, 2024 · 1 comment
Open

No supported Nvidia GPU found #2043

icinemagr opened this issue May 8, 2024 · 1 comment

Comments

@icinemagr
Copy link

icinemagr commented May 8, 2024

(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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants