File tree 1 file changed +5
-45
lines changed
recognition/arcface_torch/docs
1 file changed +5
-45
lines changed Original file line number Diff line number Diff line change 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/ )
12
2
13
- ```
14
-
15
-
16
- ## v1.7.1
3
+ ## [ v1.9.0] ( https://pytorch.org/get-started/previous-versions/#linux-and-windows-7 )
17
4
### Linux and Windows
18
5
``` 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
21
8
22
9
# 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
33
11
```
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
- ```
You can’t perform that action at this time.
0 commit comments