Skip to content

Commit

Permalink
Create rc13 trigger (#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 authored Apr 24, 2024
1 parent 89efd17 commit fa090a2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -35,58 +35,58 @@ 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"
bundle_libtpu = "0"
},
# 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"
Expand Down

0 comments on commit fa090a2

Please sign in to comment.