From 2e8626126d05f3e1675209a0abc21d6618f853c4 Mon Sep 17 00:00:00 2001 From: gasoonjia Date: Mon, 22 Sep 2025 09:40:40 -0700 Subject: [PATCH] bump up cuda version --- .github/workflows/test-cuda-builds.yml | 2 +- install_requirements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-cuda-builds.yml b/.github/workflows/test-cuda-builds.yml index 0930c6524e3..5e054c1de84 100644 --- a/.github/workflows/test-cuda-builds.yml +++ b/.github/workflows/test-cuda-builds.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - cuda-version: ["12.6", "12.8", "12.9"] + cuda-version: ["12.6", "12.8", "13.0"] name: test-executorch-cuda-build-${{ matrix.cuda-version }} uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main diff --git a/install_requirements.py b/install_requirements.py index 4cc8858086b..4621dd361f6 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -21,7 +21,7 @@ SUPPORTED_CUDA_VERSIONS = ( (12, 6), (12, 8), - (12, 9), + (13, 0), ) # Since ExecuTorch often uses main-branch features of pytorch, only the nightly