Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

5090D显卡已经配置好环境,但是打开应用后提示兼容性问题

Open Amoyp opened this issue 8 months ago • 0 comments

提示信息如下: D:\RVC\RVC1006Nvidia\runtime\lib\site-packages\torch\cuda_init_.py:173: UserWarning: NVIDIA GeForce RTX 5090 D with CUDA capability sm_120 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 sm_80 sm_86 sm_90 compute_37. If you want to use the NVIDIA GeForce RTX 5090 D GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

环境配置信息:

print(torch.version) # 输出PyTorch版本 2.7.0.dev20250312+cu128 print(torch.cuda.is_available()) # 检查CUDA是否可用 True print(torch.cuda.get_device_name(0)) # 输出GPU设备名称 NVIDIA GeForce RTX 5090 D

Amoyp avatar Apr 23 '25 07:04 Amoyp