TsaiShangLin
TsaiShangLin
我是直接抓RVC-beta整包的 我在試試看重新裝pytorch
裝好了結果跑python infer-web.py 結果跑出下面的錯誤頭痛 Traceback (most recent call last): File "C:\Users\User\Downloads\RVC-beta-v2-0528\infer-web.py", line 37, in gpu_name = torch.cuda.get_device_name(i) File "C:\Users\User\anaconda3\envs\py3916\lib\site-packages\torch\cuda\__init__.py", line 365, in get_device_name return get_device_properties(device).name File "C:\Users\User\anaconda3\envs\py3916\lib\site-packages\torch\cuda\__init__.py", line 395, in get_device_properties...
最後是安裝這個版本的cuda # CUDA 11.1 pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html 終於可以開得起來和偵測到顯卡了