From dc9e51fd65aaa6a6f129634b5f0d83279a6d0ce0 Mon Sep 17 00:00:00 2001 From: Siyuan Liu Date: Wed, 24 Apr 2024 05:02:40 +0000 Subject: [PATCH 1/2] create rc13 --- infra/tpu-pytorch-releases/artifacts.auto.tfvars | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 0229a79c190..5b8fa4a318e 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -35,7 +35,7 @@ nightly_builds = [ versioned_builds = [ # Remove libtpu from PyPI builds { - git_tag = "v2.3.0-rc12" + git_tag = "v2.3.0-rc13" package_version = "2.3.0-rc12" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" @@ -43,7 +43,7 @@ versioned_builds = [ bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc12" + git_tag = "v2.3.0-rc13" package_version = "2.3.0-rc12" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" @@ -51,7 +51,7 @@ versioned_builds = [ bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc12" + git_tag = "v2.3.0-rc13" package_version = "2.3.0-rc12" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" @@ -59,7 +59,7 @@ versioned_builds = [ bundle_libtpu = "0" }, { - git_tag = "v2.3.0-rc12" + git_tag = "v2.3.0-rc13" package_version = "2.3.0-rc12" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" @@ -68,7 +68,7 @@ versioned_builds = [ }, # Bundle libtpu for Kaggle { - git_tag = "v2.3.0-rc12" + git_tag = "v2.3.0-rc13" package_version = "2.3.0-rc12+libtpu" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" @@ -76,7 +76,7 @@ versioned_builds = [ 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" accelerator = "cuda" @@ -84,7 +84,7 @@ versioned_builds = [ 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" accelerator = "cuda" From eab645b061200d034a82a544f30cbe796f9902f0 Mon Sep 17 00:00:00 2001 From: Siyuan Liu Date: Wed, 24 Apr 2024 05:14:34 +0000 Subject: [PATCH 2/2] fix package version --- infra/tpu-pytorch-releases/artifacts.auto.tfvars | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 5b8fa4a318e..7b5701db14e 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -36,7 +36,7 @@ versioned_builds = [ # Remove libtpu from PyPI builds { git_tag = "v2.3.0-rc13" - package_version = "2.3.0-rc12" + package_version = "2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.8" @@ -44,7 +44,7 @@ versioned_builds = [ }, { git_tag = "v2.3.0-rc13" - package_version = "2.3.0-rc12" + package_version = "2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.9" @@ -52,7 +52,7 @@ versioned_builds = [ }, { git_tag = "v2.3.0-rc13" - package_version = "2.3.0-rc12" + package_version = "2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.10" @@ -60,7 +60,7 @@ versioned_builds = [ }, { git_tag = "v2.3.0-rc13" - package_version = "2.3.0-rc12" + package_version = "2.3.0-rc13" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.11" @@ -69,7 +69,7 @@ versioned_builds = [ # Bundle libtpu for Kaggle { git_tag = "v2.3.0-rc13" - package_version = "2.3.0-rc12+libtpu" + package_version = "2.3.0-rc13+libtpu" pytorch_git_rev = "v2.3.0-rc12" accelerator = "tpu" python_version = "3.10" @@ -78,7 +78,7 @@ versioned_builds = [ { 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" @@ -86,7 +86,7 @@ versioned_builds = [ { 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"