We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380d5ce commit 44e14e4Copy full SHA for 44e14e4
src/ai/pytorch.md
@@ -3,7 +3,7 @@
3
### pip
4
```
5
安装最新版
6
-pip install torch -i https://pypi.tuna.tsinghua.edu.cn/simple
+pip install torch torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple
7
指定torch, cuda版本(preffered)
8
pip install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio===0.10.0+cu113 -i https://pypi.tuna.tsinghua.edu.cn/simple
9
0 commit comments