We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf305f commit d3d91a8Copy full SHA for d3d91a8
infra/tpu-pytorch-releases/artifacts_builds.tf
@@ -8,7 +8,7 @@ locals {
8
nightly_package_version = "2.9.0"
9
cuda_versions = {
10
"nightly": [],
11
- "r2.8": ["12.1", "12.6"] # Note: PyTorch 2.8 release supports 11.8, 12.6, 12.8
+ "r2.8": [] # Note: PyTorch 2.8 release doesn't have CUDA support
12
}
13
14
# Built once a day from master
0 commit comments