Skip to content

Commit 2999e72

Browse files
authored
point build to rc3 (#8907)
1 parent 6d88c08 commit 2999e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/tpu-pytorch-releases/artifacts_builds.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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-rc1"
6-
release_package_version = "2.7.0-rc1"
7-
release_pytorch_git_rev = "v2.7.0-rc1"
5+
release_git_tag = "v2.7.0-rc3"
6+
release_package_version = "2.7.0-rc3"
7+
release_pytorch_git_rev = "v2.7.0-rc3"
88
nightly_package_version = "2.8.0"
99
cuda_versions = {
1010
"nightly": ["11.8", "12.1", "12.6", "12.8"],

0 commit comments

Comments
 (0)