From d4519d64ffdea4ba2367a20da2ccf40975aca369 Mon Sep 17 00:00:00 2001 From: JackCaoG <59073027+JackCaoG@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:54:50 -0800 Subject: [PATCH] Add python 3.11 trigger for 2.1 release build (#5810) --- infra/tpu-pytorch-releases/artifacts.auto.tfvars | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infra/tpu-pytorch-releases/artifacts.auto.tfvars b/infra/tpu-pytorch-releases/artifacts.auto.tfvars index 39a1451968b..e06c9670d5f 100644 --- a/infra/tpu-pytorch-releases/artifacts.auto.tfvars +++ b/infra/tpu-pytorch-releases/artifacts.auto.tfvars @@ -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"