Skip to content

Commit d056e7e

Browse files
shagunsodhanisoumith
authored andcommitted
Fixes an error in instructions for installing previous version of pytorch
Fixes #191
1 parent f3be8ac commit d056e7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_get_started/previous-versions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ checkout.
6060
Download the `whl` file with the desired version via this command (you can replace 1.0.1 with the version you choose):
6161

6262
```
63-
pip install torch=1.0.1 -f https://download.pytorch.org/whl/cpu/stable # CPU-only build
64-
pip install torch=1.0.1 -f https://download.pytorch.org/whl/cu80/stable # CUDA 8.0 build
65-
pip install torch=1.0.1 -f https://download.pytorch.org/whl/cu90/stable # CUDA 9.0 build
66-
pip install torch=1.0.1 -f https://download.pytorch.org/whl/cu92/stable # CUDA 9.2 build
67-
pip install torch=1.0.1 -f https://download.pytorch.org/whl/cu100/stable # CUDA 10.0 build
63+
pip install torch==1.0.1 -f https://download.pytorch.org/whl/cpu/stable # CPU-only build
64+
pip install torch==1.0.1 -f https://download.pytorch.org/whl/cu80/stable # CUDA 8.0 build
65+
pip install torch==1.0.1 -f https://download.pytorch.org/whl/cu90/stable # CUDA 9.0 build
66+
pip install torch==1.0.1 -f https://download.pytorch.org/whl/cu92/stable # CUDA 9.2 build
67+
pip install torch==1.0.1 -f https://download.pytorch.org/whl/cu100/stable # CUDA 10.0 build
6868
```
6969

7070
Note: most pytorch versions are available only for specific CUDA versions. For example pytorch=1.0.1 is not available for CUDA 9.2

0 commit comments

Comments
 (0)