diff --git a/.github/workflows/gpu_test.yaml b/.github/workflows/gpu_test.yaml index 7a664b2e29..829e9384a6 100644 --- a/.github/workflows/gpu_test.yaml +++ b/.github/workflows/gpu_test.yaml @@ -46,7 +46,7 @@ jobs: run: python -m pip install --upgrade pip - name: Install torch nightly if: ${{ matrix.torch-version == 'nightly' }} - run: python -m pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu121 + run: python -m pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu126 - name: Install torch stable if: ${{ matrix.torch-version == 'stable' }} run: python -m pip install torch torchvision torchao diff --git a/docs/source/install.rst b/docs/source/install.rst index 7b5f908da1..de09573fe2 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -19,7 +19,7 @@ nightly versions with the following commands: pip install torch torchvision torchao # Or nightly install for latest features - pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu121 # full options are cpu/cu118/cu121/cu124 + pip install --pre torch torchvision torchao --index-url https://download.pytorch.org/whl/nightly/cu126 # full options are cpu/cu118/cu121/cu124/cu126 Install via PyPI