Skip to content

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

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

Open
Amoyp opened this issue Apr 23, 2025 · 0 comments
Open

Comments

@Amoyp
Copy link

Amoyp commented Apr 23, 2025

提示信息如下:
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

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

1 participant