Skip to content

Commit 421ba3e

Browse files
authored
Add Python 3.9 build for 2.1 release (#5744)
1 parent 33ff3c2 commit 421ba3e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,22 @@ xrt_versioned_builds = [
4949

5050
# Built on push to specific tag.
5151
versioned_builds = [
52+
# Remove libtpu from PyPI builds
5253
{
5354
git_tag = "v2.1.0"
5455
pytorch_git_rev = "v2.1.0"
5556
package_version = "2.1.0"
5657
accelerator = "tpu"
5758
bundle_libtpu = "0"
5859
},
60+
{
61+
git_tag = "v2.1.0"
62+
pytorch_git_rev = "v2.1.0"
63+
package_version = "2.1.0"
64+
accelerator = "tpu"
65+
python_version = "3.9"
66+
bundle_libtpu = "0"
67+
},
5968
{
6069
git_tag = "v2.1.0"
6170
pytorch_git_rev = "v2.1.0"
@@ -64,6 +73,7 @@ versioned_builds = [
6473
python_version = "3.10"
6574
bundle_libtpu = "0"
6675
},
76+
# Bundle libtpu for Kaggle
6777
{
6878
git_tag = "v2.1.0"
6979
pytorch_git_rev = "v2.1.0"

0 commit comments

Comments
 (0)