Skip to content

Commit 74994ef

Browse files
ci: bump latest torch test version to 2.11.0
Update PR and nightly test matrices to include torch 2.11.0 (cu130), replacing 2.10.0 as the latest tested version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 023bb36 commit 74994ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
platform: [linux-x64, linux-aarch64, macos, windows]
2121
# default runners don't have AVX-512 support, but icelake does
2222
cpu_type: ["", icelake]
23-
torch_version: ["2.3.1", "2.9.1", "2.10.0"]
23+
torch_version: ["2.3.1", "2.10.0", "2.11.0"]
2424

2525
exclude:
2626
# aarch64 minimum torch version is 2.5.1
@@ -71,7 +71,7 @@ jobs:
7171
torch_version: "2.9.1"
7272
pypi_index: "https://download.pytorch.org/whl/cu128"
7373
- cuda_version: "13.0.2"
74-
torch_version: "2.10.0"
74+
torch_version: "2.11.0"
7575
pypi_index: "https://download.pytorch.org/whl/cu130"
7676

7777
# Windows CUDA Tests - T4 GPU (CUDA 11.8 only, multiple torch versions)

.github/workflows/tests-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
platform: [linux-x64, linux-aarch64, macos]
3232
# default runners don't have AVX-512 support, but icelake does
3333
cpu_type: ["", icelake]
34-
torch_version: ["2.3.1", "2.10.0"]
34+
torch_version: ["2.3.1", "2.11.0"]
3535

3636
exclude:
3737
# aarch64 minimum torch version is 2.5.1
@@ -76,7 +76,7 @@ jobs:
7676
torch_version: "2.9.1"
7777
pypi_index: "https://download.pytorch.org/whl/cu128"
7878
- cuda_version: "13.0.2"
79-
torch_version: "2.10.0"
79+
torch_version: "2.11.0"
8080
pypi_index: "https://download.pytorch.org/whl/cu130"
8181

8282
# Windows CUDA test - single configuration

0 commit comments

Comments
 (0)