Skip to content

Commit a3bbbb1

Browse files
authored
Add python 3.11 trigger for 2.1 release build (#5810)
1 parent a0a048e commit a3bbbb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

infra/tpu-pytorch-releases/artifacts.auto.tfvars

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ versioned_builds = [
7373
python_version = "3.10"
7474
bundle_libtpu = "0"
7575
},
76+
{
77+
git_tag = "v2.1.0"
78+
pytorch_git_rev = "v2.1.0"
79+
package_version = "2.1.0"
80+
accelerator = "tpu"
81+
python_version = "3.11"
82+
bundle_libtpu = "0"
83+
},
7684
# Bundle libtpu for Kaggle
7785
{
7886
git_tag = "v2.1.0"

0 commit comments

Comments
 (0)