We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc49aea commit 14c5272Copy full SHA for 14c5272
_get_started/previous-versions.md
@@ -53,7 +53,7 @@ pip install torch==1.2.0 torchvision==0.4.0
53
54
```
55
# CUDA 10.0
56
-pip install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
+pip install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
57
58
# CUDA 9.2
59
pip install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html
0 commit comments