Skip to content

Commit 329be9e

Browse files
authored
update to r2.7 rc5 (#9001)
1 parent e2f2852 commit 329be9e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

infra/tpu-pytorch-releases/artifacts_builds.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# Define common configuration parameters for 2.7 release and nightly
33
locals {
44
tpu_python_versions = ["3.9", "3.10", "3.11"]
5-
release_git_tag = "v2.7.0-rc4"
6-
release_package_version = "2.7.0-rc4"
7-
release_pytorch_git_rev = "v2.7.0-rc6"
5+
release_git_tag = "v2.7.0-rc5"
6+
release_package_version = "2.7.0-rc5"
7+
release_pytorch_git_rev = "v2.7.0-rc10"
88
nightly_package_version = "2.8.0"
99
cuda_versions = {
1010
"nightly": ["11.8", "12.1", "12.6", "12.8"],
11-
"r2.7": ["11.8", "12.1", "12.6", "12.8"] # PyTorch 2.7 release only needs 11.8, 12.6, 12.8
11+
"r2.7": ["12.1", "12.6"] # Note: PyTorch 2.7 release supports 11.8, 12.6, 12.8
1212
}
1313

1414
# Built once a day from master

infra/tpu-pytorch-releases/iam.auto.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project_admins = [
44
]
55

66
project_remote_build_writers = [
7-
"group:pytorchxla-general@google.com",
7+
# "group:pytorchxla-announce@google.com",
88
"serviceAccount:1001674285173@cloudbuild.gserviceaccount.com",
99
"group:cloud-tpus-dev-team@twosync.google.com",
1010
]

0 commit comments

Comments
 (0)