File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
infra/tpu-pytorch-releases Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,22 @@ xrt_versioned_builds = [
4949
5050# Built on push to specific tag.
5151versioned_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"
You can’t perform that action at this time.
0 commit comments