RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
No supported Nvidia GPU found
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
(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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report starts infer-web.py and shows GPU detection logging from configs.config. Compare the reported Python 3.8.7 environment with the stated Python 3.9 fix, then verify GPU detection on Windows. Done means confirming the supported Python requirement or reproducing the issue, although the report already says it is fixed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning, operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100