Skip to content

Commit d3d91a8

Browse files
authored
Remove cuda builds for release wheels (#9533)
1 parent adf305f commit d3d91a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/tpu-pytorch-releases/artifacts_builds.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ locals {
88
nightly_package_version = "2.9.0"
99
cuda_versions = {
1010
"nightly": [],
11-
"r2.8": ["12.1", "12.6"] # Note: PyTorch 2.8 release supports 11.8, 12.6, 12.8
11+
"r2.8": [] # Note: PyTorch 2.8 release doesn't have CUDA support
1212
}
1313

1414
# Built once a day from master

0 commit comments

Comments
 (0)