From 6f367dfab03bd5c6e78ad4bdac132bbd4c4cdd9f Mon Sep 17 00:00:00 2001 From: Yifei Teng Date: Thu, 23 Jan 2025 15:17:36 -0800 Subject: [PATCH] Prepare to cut r2.6 rc9 (#8619) --- .../artifacts.auto.tfvars | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 423378273d9c..20cb95800f85 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -52,24 +52,24 @@ nightly_builds = [ versioned_builds = [ # Remove libtpu from PyPI builds, pre-C++11 ABI builds { - git_tag = "v2.6.0-rc8" - package_version = "2.6.0-rc8" + git_tag = "v2.6.0-rc9" + package_version = "2.6.0-rc9" pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.9" bundle_libtpu = "0" }, { - git_tag = "v2.6.0-rc8" - package_version = "2.6.0-rc8" + git_tag = "v2.6.0-rc9" + package_version = "2.6.0-rc9" pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "0" }, { - git_tag = "v2.6.0-rc8" - package_version = "2.6.0-rc8" + git_tag = "v2.6.0-rc9" + package_version = "2.6.0-rc9" pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.11" @@ -77,8 +77,8 @@ versioned_builds = [ }, # Remove libtpu from PyPI builds, C++11 ABI builds { - git_tag = "v2.6.0-rc8" - package_version = "2.6.0-rc8" + git_tag = "v2.6.0-rc9" + package_version = "2.6.0-rc9" pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.9" @@ -86,8 +86,8 @@ versioned_builds = [ cxx11_abi = "1" }, { - git_tag = "v2.6.0-rc8" - package_version = "2.6.0-rc8" + git_tag = "v2.6.0-rc9" + package_version = "2.6.0-rc9" pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.10" @@ -95,8 +95,8 @@ versioned_builds = [ cxx11_abi = "1" }, { - git_tag = "v2.6.0-rc8" - package_version = "2.6.0-rc8" + git_tag = "v2.6.0-rc9" + package_version = "2.6.0-rc9" pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.11" @@ -105,8 +105,8 @@ versioned_builds = [ }, # Bundle libtpu for Kaggle { - git_tag = "v2.6.0-rc8" - package_version = "2.6.0-rc8+libtpu" + git_tag = "v2.6.0-rc9" + package_version = "2.6.0-rc9+libtpu" pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.10"