File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
run : python -m pip install --upgrade pip
47
47
- name : Install torch nightly
48
48
if : ${{ matrix.torch-version == 'nightly' }}
49
- run : python -m pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu121
49
+ run : python -m pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu126
50
50
- name : Install torch stable
51
51
if : ${{ matrix.torch-version == 'stable' }}
52
52
run : python -m pip install torch torchvision torchao
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ pip install torchtune
170
170
171
171
``` bash
172
172
# Install PyTorch, torchvision, torchao nightlies
173
- pip install --pre --upgrade torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu121 # full options are cpu/cu118/cu121/cu124
173
+ pip install --pre --upgrade torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu126 # full options are cpu/cu118/cu121/cu124/cu126
174
174
pip install --pre --upgrade torchtune --extra-index-url https://download.pytorch.org/whl/nightly/cpu
175
175
```
176
176
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ nightly versions with the following commands:
19
19
pip install torch torchvision torchao
20
20
21
21
# Or nightly install for latest features
22
- pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu121 # full options are cpu/cu118/cu121/cu124
22
+ pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu126 # full options are cpu/cu118/cu121/cu124/cu126
23
23
24
24
25
25
Install via PyPI
You can’t perform that action at this time.
0 commit comments