File tree 1 file changed +3
-3
lines changed
_get_started/installation
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pip3 install torchvision
180
180
181
181
``` bash
182
182
# Python 3.7
183
- pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.1.post2 -cp37-cp37m-linux_x86_64.whl
183
+ pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.1-cp37-cp37m-linux_x86_64.whl
184
184
pip3 install torchvision
185
185
```
186
186
@@ -224,7 +224,7 @@ pip3 install torchvision
224
224
225
225
``` bash
226
226
# Python 3.7
227
- pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.1.post2 -cp37-cp37m-linux_x86_64.whl
227
+ pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.1-cp37-cp37m-linux_x86_64.whl
228
228
pip3 install torchvision
229
229
```
230
230
@@ -253,7 +253,7 @@ pip3 install torchvision
253
253
254
254
``` bash
255
255
# Python 3.7
256
- pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.1.post2 -cp37-cp37m-linux_x86_64.whl
256
+ pip3 install https://download.pytorch.org/whl/cu100/torch-1.0.1-cp37-cp37m-linux_x86_64.whl
257
257
pip3 install torchvision
258
258
```
259
259
You can’t perform that action at this time.
0 commit comments