From 1bd17f7be2de80d82cba89f00732874d697871c9 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:02:59 -0700 Subject: [PATCH] Update artifacts.auto.tfvars for 2.5.0 final wheel (#8272) --- .../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 2ac1defa0e1..b10b97fa96c 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-rc10" - package_version = "2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0" + pytorch_git_rev = "v2.5.0" accelerator = "tpu" python_version = "3.9" bundle_libtpu = "0" }, { - git_tag = "v2.5.0-rc10" - package_version = "2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0" + pytorch_git_rev = "v2.5.0" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "0" }, { - git_tag = "v2.5.0-rc10" - package_version = "2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0" + pytorch_git_rev = "v2.5.0" accelerator = "tpu" python_version = "3.11" bundle_libtpu = "0" }, # Bundle libtpu for Kaggle { - git_tag = "v2.5.0-rc10" - package_version = "2.5.0-rc10+libtpu" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0+libtpu" + pytorch_git_rev = "v2.5.0" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "1" }, { - git_tag = "v2.5.0-rc10" - package_version = "2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0" + pytorch_git_rev = "v2.5.0" accelerator = "cuda" cuda_version = "12.1" python_version = "3.9" }, { - git_tag = "v2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" - package_version = "2.5.0-rc10" + git_tag = "v2.5.0" + pytorch_git_rev = "v2.5.0" + package_version = "2.5.0" accelerator = "cuda" cuda_version = "12.1" python_version = "3.10" }, { - git_tag = "v2.5.0-rc10" - package_version = "2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0" + pytorch_git_rev = "v2.5.0" accelerator = "cuda" cuda_version = "12.1" python_version = "3.11" }, { - git_tag = "v2.5.0-rc10" - package_version = "2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0" + pytorch_git_rev = "v2.5.0" accelerator = "cuda" cuda_version = "12.4" python_version = "3.9" }, { - git_tag = "v2.5.0-rc10" - package_version = "2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0" + pytorch_git_rev = "v2.5.0" accelerator = "cuda" cuda_version = "12.4" python_version = "3.10" }, { - git_tag = "v2.5.0-rc10" - package_version = "2.5.0-rc10" - pytorch_git_rev = "v2.5.0-rc10" + git_tag = "v2.5.0" + package_version = "2.5.0" + pytorch_git_rev = "v2.5.0" accelerator = "cuda" cuda_version = "12.4" python_version = "3.11"