Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44bfb51

Browse files
authoredMay 2, 2022
Update install.md
1 parent 1092b5a commit 44bfb51

File tree

1 file changed

+5
-45
lines changed

1 file changed

+5
-45
lines changed
 
+5-45
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,11 @@
1-
## v1.8.0
2-
### Linux and Windows
3-
```shell
4-
# CUDA 11.0
5-
pip --default-timeout=100 install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
6-
7-
# CUDA 10.2
8-
pip --default-timeout=100 install torch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0
9-
10-
# CPU only
11-
pip --default-timeout=100 install torch==1.8.0+cpu torchvision==0.9.0+cpu torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
1+
## [v1.11.0](https://pytorch.org/)
122

13-
```
14-
15-
16-
## v1.7.1
3+
## [v1.9.0](https://pytorch.org/get-started/previous-versions/#linux-and-windows-7)
174
### Linux and Windows
185
```shell
19-
# CUDA 11.0
20-
pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
6+
# CUDA 11.1
7+
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
218

229
# CUDA 10.2
23-
pip install torch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2
24-
25-
# CUDA 10.1
26-
pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
27-
28-
# CUDA 9.2
29-
pip install torch==1.7.1+cu92 torchvision==0.8.2+cu92 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
30-
31-
# CPU only
32-
pip install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
10+
pip install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
3311
```
34-
35-
36-
## v1.6.0
37-
38-
### Linux and Windows
39-
```shell
40-
# CUDA 10.2
41-
pip install torch==1.6.0 torchvision==0.7.0
42-
43-
# CUDA 10.1
44-
pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
45-
46-
# CUDA 9.2
47-
pip install torch==1.6.0+cu92 torchvision==0.7.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html
48-
49-
# CPU only
50-
pip install torch==1.6.0+cpu torchvision==0.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
51-
```

0 commit comments

Comments
 (0)
Please sign in to comment.