File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ checkout.
60
60
Download the ` whl ` file with the desired version via this command (you can replace 1.0.1 with the version you choose):
61
61
62
62
```
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
68
68
```
69
69
70
70
Note: most pytorch versions are available only for specific CUDA versions. For example pytorch=1.0.1 is not available for CUDA 9.2
You can’t perform that action at this time.
0 commit comments