We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fe95a commit 5129c59Copy full SHA for 5129c59
.github/workflows/tests.yml
@@ -144,7 +144,7 @@ jobs:
144
145
- name: Install dependencies
146
run: |
147
- pip install torch==${{ matrix.torch_version }} --index-url https://download.pytorch.org/whl/${{ (matrix.torch_version == '2.8.0' && 'test/cpu') || 'cpu' }}
+ pip install torch==${{ matrix.torch_version }} --index-url https://download.pytorch.org/whl/cpu
148
pip install -e ".[test]"
149
pip install pytest-cov
150
@@ -372,7 +372,7 @@ jobs:
372
pypi_index: "https://download.pytorch.org/whl/cu128"
373
- cuda_version: "12.9.1"
374
torch_version: "2.8.0"
375
- pypi_index: "https://download.pytorch.org/whl/test/cu129"
+ pypi_index: "https://download.pytorch.org/whl/cu129"
376
377
378
# Linux L40S runners
0 commit comments