Skip to content

Commit db373e9

Browse files
Update tests.yml
1 parent 6959219 commit db373e9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,16 @@ jobs:
4949
build-cuda:
5050
strategy:
5151
matrix:
52-
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.0"]
53-
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2025]
52+
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1"]
53+
os: [ubuntu-22.04, ubuntu-22.04-arm]
5454
include:
5555
- os: ubuntu-22.04
5656
arch: x86_64
5757
- os: ubuntu-22.04-arm
5858
arch: aarch64
5959
- os: windows-2025
6060
arch: x86_64
61+
cuda_version: "11.8.0"
6162
runs-on: ${{ matrix.os }}
6263

6364
steps:
@@ -231,7 +232,7 @@ jobs:
231232
os: [ubuntu-22.04, windows-2025]
232233
arch: [x86_64]
233234
gpu: [T4, L40S]
234-
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.0"]
235+
cuda_version: ["11.8.0", "12.6.3", "12.8.1", "12.9.1"]
235236
include:
236237
- cuda_version: "11.8.0"
237238
torch_version: "2.2.2"
@@ -242,7 +243,7 @@ jobs:
242243
- cuda_version: "12.8.1"
243244
torch_version: "2.7.1"
244245
pypi_index: "https://download.pytorch.org/whl/cu128"
245-
- cuda_version: "12.9.0"
246+
- cuda_version: "12.9.1"
246247
torch_version: "2.8.0"
247248
pypi_index: "https://download.pytorch.org/whl/nightly/cu129"
248249

@@ -284,7 +285,7 @@ jobs:
284285
# Our current T4 Windows runner has a driver too old (471.11)
285286
# and cannot support CUDA 12+. Skip for now.
286287
- os: windows-2025
287-
cuda_version: "12.9.0"
288+
cuda_version: "12.9.1"
288289
- os: windows-2025
289290
cuda_version: "12.8.1"
290291
- os: windows-2025

0 commit comments

Comments
 (0)