cuda10.0对应torch
时间: 2023-10-19 11:05:49 浏览: 104
CUDA10.1向下兼容10.0,完美运行官方TensorFlow、Pytorch_pytorchcuda10.0,cuda10.0可以升级
5星 · 资源好评率100%
1.0.1
如果需要使用cuda10.0,可以通过以下方式安装:
```
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
```
或者
```
pip install torch torchvision -f https://download.pytorch.org/whl/cu100/stable
```
阅读全文