Skip to content

Commit 44e14e4

Browse files
Update pytorch.md
1 parent 380d5ce commit 44e14e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai/pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### pip
44
```
55
安装最新版
6-
pip install torch -i https://pypi.tuna.tsinghua.edu.cn/simple
6+
pip install torch torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple
77
指定torch, cuda版本(preffered)
88
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
99
```

0 commit comments

Comments
 (0)