Skip to content

Commit 78e66f1

Browse files
committed
remove post2 from command
1 parent cc02f8c commit 78e66f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_get_started/installation/linux.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pip3 install torchvision
180180

181181
```bash
182182
# 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
184184
pip3 install torchvision
185185
```
186186

@@ -224,7 +224,7 @@ pip3 install torchvision
224224

225225
```bash
226226
# 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
228228
pip3 install torchvision
229229
```
230230

@@ -253,7 +253,7 @@ pip3 install torchvision
253253

254254
```bash
255255
# 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
257257
pip3 install torchvision
258258
```
259259

0 commit comments

Comments
 (0)