cuda12.0对应的torch
时间: 2023-08-19 21:05:28 浏览: 81
cuda版本torchvision
对于CUDA 12.0,您可以使用以下命令安装与之兼容的PyTorch:
```
pip install torch==1.9.0+cu111 -f https://download.pytorch.org/whl/cu111/torch_stable.html
```
请注意,此安装命令适用于Python 3.6、3.7、3.8和3.9,并且需要您的计算机上已安装CUDA 12.0。
阅读全文