From 192688cb40f63d951583f81053af8901a6820029 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Tue, 24 Sep 2024 01:36:40 -0700 Subject: [PATCH] Update trigger to 2.5.0-rc3 for 2.5 release --- .../artifacts.auto.tfvars | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index e7296a2952d..7c2c8f52434 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -35,82 +35,82 @@ nightly_builds = [ versioned_builds = [ # Remove libtpu from PyPI builds { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "tpu" python_version = "3.9" bundle_libtpu = "0" }, { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "0" }, { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "tpu" python_version = "3.11" bundle_libtpu = "0" }, # Bundle libtpu for Kaggle { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1+libtpu" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3+libtpu" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "1" }, { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "cuda" cuda_version = "12.1" python_version = "3.9" }, { - git_tag = "v2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" - package_version = "2.5.0-rc1" + git_tag = "v2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" + package_version = "2.5.0-rc3" accelerator = "cuda" cuda_version = "12.1" python_version = "3.10" }, { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "cuda" cuda_version = "12.1" python_version = "3.11" }, { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "cuda" cuda_version = "12.4" python_version = "3.9" }, { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "cuda" cuda_version = "12.4" python_version = "3.10" }, { - git_tag = "v2.5.0-rc1" - package_version = "2.5.0-rc1" - pytorch_git_rev = "v2.5.0-rc1" + git_tag = "v2.5.0-rc3" + package_version = "2.5.0-rc3" + pytorch_git_rev = "v2.5.0-rc3" accelerator = "cuda" cuda_version = "12.4" python_version = "3.11"