Skip to content

Commit

Permalink
Add build trigger for 2.4.0-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavya01 committed Jun 11, 2024
1 parent 551a76c commit 7ee1bab
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,64 @@ nightly_builds = [

# Built on push to specific tag.
versioned_builds = [
# Remove libtpu from PyPI builds
{
git_tag = "v2.4.0-rc1"
package_version = "2.4.0-rc1"
pytorch_git_rev = "v2.4.0-rc1"
accelerator = "tpu"
python_version = "3.8"
bundle_libtpu = "0"
},
{
git_tag = "v2.4.0-rc1"
package_version = "2.4.0-rc1"
pytorch_git_rev = "v2.4.0-rc1"
accelerator = "tpu"
python_version = "3.9"
bundle_libtpu = "0"
},
{
git_tag = "v2.4.0-rc1"
package_version = "2.4.0-rc1"
pytorch_git_rev = "v2.4.0-rc1"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "0"
},
{
git_tag = "v2.4.0-rc1"
package_version = "2.4.0-rc1"
pytorch_git_rev = "v2.4.0-rc1"
accelerator = "tpu"
python_version = "3.11"
bundle_libtpu = "0"
},
# Bundle libtpu for Kaggle
{
git_tag = "v2.4.0-rc1"
package_version = "2.4.0-rc1+libtpu"
pytorch_git_rev = "v2.4.0-rc1"
accelerator = "tpu"
python_version = "3.10"
bundle_libtpu = "1"
},
{
git_tag = "v2.4.0-rc1"
pytorch_git_rev = "v2.4.0-rc1"
package_version = "2.4.0-rc1"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.8"
},
{
git_tag = "v2.4.0-rc1"
pytorch_git_rev = "v2.4.0-rc1"
package_version = "2.4.0-rc1"
accelerator = "cuda"
cuda_version = "12.1"
python_version = "3.10"
},
# Remove libtpu from PyPI builds
{
git_tag = "v2.3.0"
Expand Down

0 comments on commit 7ee1bab

Please sign in to comment.