diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 0e1fb34e930..b31b438d175 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-rc5" - package_version = "2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "tpu" python_version = "3.9" bundle_libtpu = "0" }, { - git_tag = "v2.5.0-rc5" - package_version = "2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "0" }, { - git_tag = "v2.5.0-rc5" - package_version = "2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "tpu" python_version = "3.11" bundle_libtpu = "0" }, # Bundle libtpu for Kaggle { - git_tag = "v2.5.0-rc5" - package_version = "2.5.0-rc5+libtpu" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9+libtpu" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "1" }, { - git_tag = "v2.5.0-rc5" - package_version = "2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "cuda" cuda_version = "12.1" python_version = "3.9" }, { - git_tag = "v2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" - package_version = "2.5.0-rc5" + git_tag = "v2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" + package_version = "2.5.0-rc9" accelerator = "cuda" cuda_version = "12.1" python_version = "3.10" }, { - git_tag = "v2.5.0-rc5" - package_version = "2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "cuda" cuda_version = "12.1" python_version = "3.11" }, { - git_tag = "v2.5.0-rc5" - package_version = "2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "cuda" cuda_version = "12.4" python_version = "3.9" }, { - git_tag = "v2.5.0-rc5" - package_version = "2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "cuda" cuda_version = "12.4" python_version = "3.10" }, { - git_tag = "v2.5.0-rc5" - package_version = "2.5.0-rc5" - pytorch_git_rev = "v2.5.0-rc5" + git_tag = "v2.5.0-rc9" + package_version = "2.5.0-rc9" + pytorch_git_rev = "v2.5.0-rc9" accelerator = "cuda" cuda_version = "12.4" python_version = "3.11"