diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 0229a79c190..7b5701db14e 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -35,32 +35,32 @@ nightly_builds = [ versioned_builds = [ # Remove libtpu from PyPI builds { - git_tag = "v2.3.0-rc12" - package_version = "2.3.0-rc12" + git_tag = "v2.3.0-rc13" + package_version = "2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.8" bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc12" - package_version = "2.3.0-rc12" + git_tag = "v2.3.0-rc13" + package_version = "2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.9" bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc12" - package_version = "2.3.0-rc12" + git_tag = "v2.3.0-rc13" + package_version = "2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc12" - package_version = "2.3.0-rc12" + git_tag = "v2.3.0-rc13" + package_version = "2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.11" @@ -68,25 +68,25 @@ versioned_builds = [ }, # Bundle libtpu for Kaggle { - git_tag = "v2.3.0-rc12" - package_version = "2.3.0-rc12+libtpu" + git_tag = "v2.3.0-rc13" + package_version = "2.3.0-rc13+libtpu" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.10" bundle_libtpu = "1" }, { - git_tag = "v2.3.0-rc12" + git_tag = "v2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" - package_version = "2.3.0-rc12" + package_version = "2.3.0-rc13" accelerator = "cuda" cuda_version = "12.1" python_version = "3.8" }, { - git_tag = "v2.3.0-rc12" + git_tag = "v2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" - package_version = "2.3.0-rc12" + package_version = "2.3.0-rc13" accelerator = "cuda" cuda_version = "12.1" python_version = "3.10"