@@ -25,45 +25,45 @@ your convenience.
25
25
26
26
```
27
27
# conda
28
- conda install pytorch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 -c pytorch
28
+ conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 -c pytorch
29
29
```
30
30
31
31
##### Linux and Windows
32
32
33
33
```
34
34
# CUDA 11.8
35
- conda install pytorch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 pytorch-cuda=11.8 -c pytorch -c nvidia
35
+ conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=11.8 -c pytorch -c nvidia
36
36
# CUDA 12.1
37
- conda install pytorch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 pytorch-cuda=12.1 -c pytorch -c nvidia
37
+ conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=12.1 -c pytorch -c nvidia
38
38
# CUDA 12.4
39
- conda install pytorch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 pytorch-cuda=12.4 -c pytorch -c nvidia
39
+ conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=12.4 -c pytorch -c nvidia
40
40
# CPU Only
41
- conda install pytorch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 cpuonly -c pytorch
41
+ conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 cpuonly -c pytorch
42
42
```
43
43
44
44
#### Wheel
45
45
46
46
##### OSX
47
47
48
48
```
49
- pip install torch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0
49
+ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1
50
50
```
51
51
52
52
##### Linux and Windows
53
53
54
54
```
55
55
# ROCM 6.1 (Linux only)
56
- pip install torch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/rocm6.1
56
+ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/rocm6.1
57
57
# ROCM 6.2 (Linux only)
58
- pip install torch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/rocm6.2
58
+ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/rocm6.2
59
59
# CUDA 11.8
60
- pip install torch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu118
60
+ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu118
61
61
# CUDA 12.1
62
- pip install torch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu121
62
+ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
63
63
# CUDA 12.4
64
- pip install torch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu124
64
+ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
65
65
# CPU only
66
- pip install torch==2.5.1 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cpu
66
+ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cpu
67
67
```
68
68
69
69
### v2.5.0
0 commit comments