Skip to content

Commit 14c5272

Browse files
authoredApr 30, 2020
Fix commands for previous versions (pytorch#374)
1 parent bc49aea commit 14c5272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_get_started/previous-versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pip install torch==1.2.0 torchvision==0.4.0
5353

5454
```
5555
# CUDA 10.0
56-
pip install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
56+
pip install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
5757
5858
# CUDA 9.2
5959
pip install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html

0 commit comments

Comments
 (0)