cuda 10.2 pytorch
时间: 2023-11-17 20:57:11 浏览: 144
win10+cuda10.0+pytorch安装
5星 · 资源好评率100%
您可以通过以下命令安装支持 CUDA 10.2 的 PyTorch:
```
pip install torch torchvision torchaudio -f https://download.pytorch.org/whl/cu102/torch_stable.html
```
请确保您的 CUDA 版本与上述命令中的版本匹配。
阅读全文