cuda为11.7版本的 pip 下载指令
时间: 2024-06-08 18:09:28 浏览: 166
pip安装pytorch的wheel文件(CUDA11.7 python3.10)
您可以使用以下命令在 pip 中安装 CUDA 11.7 版本:
```
pip install torch==1.9.0+cu111 -f https://download.pytorch.org/whl/cu111/torch_stable.html
```
请确保您的系统支持 CUDA 11.7 版本,并已正确安装了 NVIDIA 驱动程序和 CUDA 工具包。
阅读全文