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 4646 run : python -m pip install --upgrade pip
4747 - name : Install torch nightly
4848 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
5050 - name : Install torch stable
5151 if : ${{ matrix.torch-version == 'stable' }}
5252 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
170170
171171``` bash
172172# 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
174174pip install --pre --upgrade torchtune --extra-index-url https://download.pytorch.org/whl/nightly/cpu
175175```
176176
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ nightly versions with the following commands:
1919 pip install torch torchvision torchao
2020
2121 # 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
2323
2424
2525 Install via PyPI
You can’t perform that action at this time.
0 commit comments