File tree 1 file changed +0
-49
lines changed
1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -44,55 +44,6 @@ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https
44
44
pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cpu
45
45
```
46
46
47
- ### v2.5.0
48
-
49
- #### Conda
50
-
51
- ##### OSX
52
-
53
- ```
54
- # conda
55
- conda install pytorch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 -c pytorch
56
- ```
57
-
58
- ##### Linux and Windows
59
-
60
- ```
61
- # CUDA 11.8
62
- conda install pytorch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 pytorch-cuda=11.8 -c pytorch -c nvidia
63
- # CUDA 12.1
64
- conda install pytorch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 pytorch-cuda=12.1 -c pytorch -c nvidia
65
- # CUDA 12.4
66
- conda install pytorch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 pytorch-cuda=12.4 -c pytorch -c nvidia
67
- # CPU Only
68
- conda install pytorch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 cpuonly -c pytorch
69
- ```
70
-
71
- #### Wheel
72
-
73
- ##### OSX
74
-
75
- ```
76
- pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0
77
- ```
78
-
79
- ##### Linux and Windows
80
-
81
- ```
82
- # ROCM 6.1 (Linux only)
83
- pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/rocm6.1
84
- # ROCM 6.2 (Linux only)
85
- pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/rocm6.2
86
- # CUDA 11.8
87
- pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu118
88
- # CUDA 12.1
89
- pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu121
90
- # CUDA 12.4
91
- pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu124
92
- # CPU only
93
- pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cpu
94
- ```
95
-
96
47
### v2.5.1
97
48
98
49
#### Conda
You can’t perform that action at this time.
0 commit comments