Skip to content

Commit

Permalink
Add python 3.11 trigger for 2.1 release build (#5810)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored and golechwierowicz committed Jan 12, 2024
1 parent 55b5277 commit cb282d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/tpu-pytorch-releases/artifacts.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ versioned_builds = [
python_version = "3.10"
bundle_libtpu = "0"
},
{
git_tag = "v2.1.0"
pytorch_git_rev = "v2.1.0"
package_version = "2.1.0"
accelerator = "tpu"
python_version = "3.11"
bundle_libtpu = "0"
},
# Bundle libtpu for Kaggle
{
git_tag = "v2.1.0"
Expand Down

0 comments on commit cb282d9

Please sign in to comment.