Skip to content

Commit 41bfd62

Browse files
authored
Update artifacts_builds.tf for rc5
1 parent 6050927 commit 41bfd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/tpu-pytorch-releases/artifacts_builds.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Define common configuration parameters for 2.8 release and nightly
33
locals {
44
tpu_python_versions = ["3.9", "3.10", "3.11", "3.12", "3.13"]
5-
release_git_tag = "v2.8.0-rc4"
6-
release_package_version = "2.8.0-rc4"
5+
release_git_tag = "v2.8.0-rc5"
6+
release_package_version = "2.8.0-rc5"
77
release_pytorch_git_rev = "v2.8.0-rc8"
88
nightly_package_version = "2.9.0"
99
cuda_versions = {

0 commit comments

Comments
 (0)