File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,33 @@ your convenience.
1717
1818## Commands for Versions >= 1.0.0
1919
20+ ### v2.6.0
21+
22+ #### Wheel
23+
24+ ##### OSX
25+
26+ ```
27+ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0
28+ ```
29+
30+ ##### Linux and Windows
31+
32+ ```
33+ # ROCM 6.1 (Linux only)
34+ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/rocm6.1
35+ # ROCM 6.2.4 (Linux only)
36+ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/rocm6.2.4
37+ # CUDA 11.8
38+ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu118
39+ # CUDA 12.4
40+ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu124
41+ # CUDA 12.6
42+ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu126
43+ # CPU only
44+ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cpu
45+ ```
46+
2047### v2.5.1
2148
2249#### Conda
You can’t perform that action at this time.
0 commit comments