|
49 | 49 | build-cuda: |
50 | 50 | strategy: |
51 | 51 | matrix: |
52 | | - cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1", "13.0.1"] |
| 52 | + # TODO: Add 13.0.1 when we have runners with new enough drivers. |
| 53 | + cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1"] |
53 | 54 | os: [ubuntu-22.04, ubuntu-22.04-arm] |
54 | 55 | include: |
55 | 56 | - os: ubuntu-22.04 |
@@ -111,7 +112,7 @@ jobs: |
111 | 112 | arch: aarch64 |
112 | 113 | - os: ubuntu-22.04-arm |
113 | 114 | arch: aarch64 |
114 | | - torch_version: "2.5.1" |
| 115 | + torch_version: "2.5.1" # Higher minimum requirement for aarch64 |
115 | 116 | - os: windows-2025 |
116 | 117 | arch: x86_64 |
117 | 118 | - os: macos-15 |
@@ -182,7 +183,7 @@ jobs: |
182 | 183 | - name: Setup Python |
183 | 184 | uses: actions/setup-python@v5 |
184 | 185 | with: |
185 | | - python-version: 3.9 |
| 186 | + python-version: '3.10' |
186 | 187 |
|
187 | 188 | - name: Install dependencies |
188 | 189 | run: | |
@@ -313,7 +314,7 @@ jobs: |
313 | 314 | - name: Setup Python |
314 | 315 | uses: actions/setup-python@v5 |
315 | 316 | with: |
316 | | - python-version: 3.9 |
| 317 | + python-version: '3.10' |
317 | 318 |
|
318 | 319 | - name: Install PyTorch |
319 | 320 | run: pip install torch==${{ matrix.torch_version }} --index-url https://download.pytorch.org/whl/xpu |
@@ -343,23 +344,26 @@ jobs: |
343 | 344 | os: [ubuntu-22.04, windows-2025] |
344 | 345 | arch: [x86_64] |
345 | 346 | gpu: [T4, L40S] |
346 | | - cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1", "13.0.1"] |
| 347 | + cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1"] #, "13.0.1"] |
347 | 348 | include: |
348 | 349 | - cuda_version: "11.8.0" |
349 | 350 | torch_version: "2.3.1" |
350 | 351 | pypi_index: "https://download.pytorch.org/whl/cu118" |
351 | 352 | - cuda_version: "12.6.3" |
352 | 353 | torch_version: "2.6.0" |
353 | 354 | pypi_index: "https://download.pytorch.org/whl/cu126" |
354 | | - - cuda_version: "12.8.1" |
355 | | - torch_version: "2.7.1" |
356 | | - pypi_index: "https://download.pytorch.org/whl/cu128" |
357 | 355 | - cuda_version: "12.9.1" |
358 | 356 | torch_version: "2.8.0" |
359 | 357 | pypi_index: "https://download.pytorch.org/whl/cu129" |
360 | | - - cuda_version: "13.0.1" |
| 358 | + - cuda_version: "12.8.1" |
361 | 359 | torch_version: "2.9.0" |
362 | | - pypi_index: "https://download.pytorch.org/whl/test/cu130" |
| 360 | + pypi_index: "https://download.pytorch.org/whl/test/cu128" |
| 361 | + |
| 362 | + # Note: Currently our runners do not have new enough drivers for CUDA 13. |
| 363 | + # Add this when supported. |
| 364 | + # - cuda_version: "13.0.1" |
| 365 | + # torch_version: "2.9.0" |
| 366 | + # pypi_index: "https://download.pytorch.org/whl/test/cu130" |
363 | 367 |
|
364 | 368 |
|
365 | 369 | # Linux L40S runners |
|
0 commit comments