From e5534eefe6a5443fc1942932be2403b20d61b17d Mon Sep 17 00:00:00 2001 From: Siyuan Liu Date: Thu, 28 Mar 2024 10:27:53 -0700 Subject: [PATCH] add rc6 --- .../artifacts.auto.tfvars | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 901eb5519b5..ac8eda6b13b 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -35,58 +35,58 @@ nightly_builds = [ versioned_builds = [ # Remove libtpu from PyPI builds { - git_tag = "v2.3.0-rc2" - package_version = "2.3.0-rc2" - pytorch_git_rev = "v2.3.0-rc2" + git_tag = "v2.3.0-rc6" + package_version = "2.3.0-rc6" + pytorch_git_rev = "v2.3.0-rc6" accelerator = "tpu" python_version = "3.8" bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc2" - package_version = "2.3.0-rc2" - pytorch_git_rev = "v2.3.0-rc2" + git_tag = "v2.3.0-rc6" + package_version = "2.3.0-rc6" + pytorch_git_rev = "v2.3.0-rc6" accelerator = "tpu" python_version = "3.9" bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc2" - package_version = "2.3.0-rc2" - pytorch_git_rev = "v2.3.0-rc2" + git_tag = "v2.3.0-rc6" + package_version = "2.3.0-rc6" + pytorch_git_rev = "v2.3.0-rc6" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc2" - package_version = "2.3.0-rc2" - pytorch_git_rev = "v2.3.0-rc2" + git_tag = "v2.3.0-rc6" + package_version = "2.3.0-rc6" + pytorch_git_rev = "v2.3.0-rc6" accelerator = "tpu" python_version = "3.11" bundle_libtpu = "0" }, # Bundle libtpu for Kaggle { - git_tag = "v2.3.0-rc2" - package_version = "2.3.0-rc2+libtpu" - pytorch_git_rev = "v2.3.0-rc2" + git_tag = "v2.3.0-rc6" + package_version = "2.3.0-rc6+libtpu" + pytorch_git_rev = "v2.3.0-rc6" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "1" }, { - git_tag = "v2.3.0-rc2" - pytorch_git_rev = "v2.3.0-rc2" - package_version = "2.3.0-rc2" + git_tag = "v2.3.0-rc6" + pytorch_git_rev = "v2.3.0-rc6" + package_version = "2.3.0-rc6" accelerator = "cuda" cuda_version = "12.1" python_version = "3.8" }, { - git_tag = "v2.3.0-rc2" - pytorch_git_rev = "v2.3.0-rc2" - package_version = "2.3.0-rc2" + git_tag = "v2.3.0-rc6" + pytorch_git_rev = "v2.3.0-rc6" + package_version = "2.3.0-rc6" accelerator = "cuda" cuda_version = "12.1" python_version = "3.10"