Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-cuda-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading