diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 7f98324960d2..8fd4c62d6066 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -52,52 +52,52 @@ nightly_builds = [ versioned_builds = [ # Remove libtpu from PyPI builds, pre-C++11 ABI builds { - git_tag = "v2.6.0-rc6" - package_version = "2.6.0-rc6" - pytorch_git_rev = "v2.6.0-rc6" + git_tag = "v2.6.0-rc7" + package_version = "2.6.0-rc7" + pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.9" bundle_libtpu = "0" }, { - git_tag = "v2.6.0-rc6" - package_version = "2.6.0-rc6" - pytorch_git_rev = "v2.6.0-rc6" + git_tag = "v2.6.0-rc7" + package_version = "2.6.0-rc7" + pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "0" }, { - git_tag = "v2.6.0-rc6" - package_version = "2.6.0-rc6" - pytorch_git_rev = "v2.6.0-rc6" + git_tag = "v2.6.0-rc7" + package_version = "2.6.0-rc7" + pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.11" bundle_libtpu = "0" }, # Remove libtpu from PyPI builds, C++11 ABI builds { - git_tag = "v2.6.0-rc6" - package_version = "2.6.0-rc6" - pytorch_git_rev = "v2.6.0-rc6" + git_tag = "v2.6.0-rc7" + package_version = "2.6.0-rc7" + pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.9" bundle_libtpu = "0" cxx11_abi = "1" }, { - git_tag = "v2.6.0-rc6" - package_version = "2.6.0-rc6" - pytorch_git_rev = "v2.6.0-rc6" + git_tag = "v2.6.0-rc7" + package_version = "2.6.0-rc7" + pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "0" cxx11_abi = "1" }, { - git_tag = "v2.6.0-rc6" - package_version = "2.6.0-rc6" - pytorch_git_rev = "v2.6.0-rc6" + git_tag = "v2.6.0-rc7" + package_version = "2.6.0-rc7" + pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.11" bundle_libtpu = "0" @@ -105,9 +105,9 @@ versioned_builds = [ }, # Bundle libtpu for Kaggle { - git_tag = "v2.6.0-rc6" - package_version = "2.6.0-rc6+libtpu" - pytorch_git_rev = "v2.6.0-rc6" + git_tag = "v2.6.0-rc7" + package_version = "2.6.0-rc7+libtpu" + pytorch_git_rev = "v2.6.0-rc7" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "1"