From 89e47b33497d65012cdd0c6eb16aa402a0d2e518 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:24:18 -0700 Subject: [PATCH] [2.5.1 release] Update artifacts.auto.tfvars (#8339) --- .../artifacts.auto.tfvars | 82 ------------------- 1 file changed, 82 deletions(-) diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 9ed3e33a58c..1afbb76c093 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -133,88 +133,6 @@ versioned_builds = [ python_version = "3.11" }, # Remove libtpu from PyPI builds - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "tpu" - python_version = "3.9" - bundle_libtpu = "0" - }, - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "tpu" - python_version = "3.10" - bundle_libtpu = "0" - }, - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "tpu" - python_version = "3.11" - bundle_libtpu = "0" - }, - # Bundle libtpu for Kaggle - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1+libtpu" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "tpu" - python_version = "3.10" - bundle_libtpu = "1" - }, - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "cuda" - cuda_version = "12.1" - python_version = "3.9" - }, - { - git_tag = "v2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - accelerator = "cuda" - cuda_version = "12.1" - python_version = "3.10" - }, - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "cuda" - cuda_version = "12.1" - python_version = "3.11" - }, - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "cuda" - cuda_version = "12.4" - python_version = "3.9" - }, - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "cuda" - cuda_version = "12.4" - python_version = "3.10" - }, - { - git_tag = "v2.5.1-rc1" - package_version = "2.5.1-rc1" - pytorch_git_rev = "v2.5.1-rc1" - accelerator = "cuda" - cuda_version = "12.4" - python_version = "3.11" - }, - # Remove libtpu from PyPI builds { git_tag = "v2.5.0" package_version = "2.5.0"