Skip to content

Commit ecb8f83

Browse files
authored
bump up cuda version (#14467)
cuda 12.9 is no longer supported in the latest pt nightly version. bump it to 13.0
1 parent 02fafa8 commit ecb8f83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-cuda-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
cuda-version: ["12.6", "12.8", "12.9"]
27+
cuda-version: ["12.6", "12.8", "13.0"]
2828

2929
name: test-executorch-cuda-build-${{ matrix.cuda-version }}
3030
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
SUPPORTED_CUDA_VERSIONS = (
2222
(12, 6),
2323
(12, 8),
24-
(12, 9),
24+
(13, 0),
2525
)
2626

2727
# Since ExecuTorch often uses main-branch features of pytorch, only the nightly

0 commit comments

Comments
 (0)