Skip to content

Commit 379ebd5

Browse files
authored
Trigger build for 2.6.1 patch (#8938)
1 parent 9e23ca8 commit 379ebd5

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

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

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,71 @@ manual_nightly_builds = [
44

55
manual_versioned_builds = [
66
# Remove libtpu from PyPI builds, pre-C++11 ABI builds
7+
{
8+
git_tag = "v2.6.1"
9+
package_version = "2.6.1"
10+
pytorch_git_rev = "v2.6.0"
11+
accelerator = "tpu"
12+
python_version = "3.9"
13+
bundle_libtpu = "0"
14+
cxx11_abi = "0"
15+
},
16+
{
17+
git_tag = "v2.6.1"
18+
package_version = "2.6.1"
19+
pytorch_git_rev = "v2.6.0"
20+
accelerator = "tpu"
21+
python_version = "3.10"
22+
bundle_libtpu = "0"
23+
cxx11_abi = "0"
24+
},
25+
{
26+
git_tag = "v2.6.1"
27+
package_version = "2.6.1"
28+
pytorch_git_rev = "v2.6.0"
29+
accelerator = "tpu"
30+
python_version = "3.11"
31+
bundle_libtpu = "0"
32+
cxx11_abi = "0"
33+
},
34+
# Remove libtpu from PyPI builds, C++11 ABI builds
35+
{
36+
git_tag = "v2.6.1"
37+
package_version = "2.6.1"
38+
pytorch_git_rev = "v2.6.0"
39+
accelerator = "tpu"
40+
python_version = "3.9"
41+
bundle_libtpu = "0"
42+
cxx11_abi = "1"
43+
},
44+
{
45+
git_tag = "v2.6.1"
46+
package_version = "2.6.1"
47+
pytorch_git_rev = "v2.6.0"
48+
accelerator = "tpu"
49+
python_version = "3.10"
50+
bundle_libtpu = "0"
51+
cxx11_abi = "1"
52+
},
53+
{
54+
git_tag = "v2.6.1"
55+
package_version = "2.6.1"
56+
pytorch_git_rev = "v2.6.0"
57+
accelerator = "tpu"
58+
python_version = "3.11"
59+
bundle_libtpu = "0"
60+
cxx11_abi = "1"
61+
},
62+
# Bundle libtpu for Kaggle
63+
{
64+
git_tag = "v2.6.1"
65+
package_version = "2.6.1+libtpu"
66+
pytorch_git_rev = "v2.6.0"
67+
accelerator = "tpu"
68+
python_version = "3.10"
69+
bundle_libtpu = "1"
70+
},
71+
772
{
873
git_tag = "v2.6.0"
974
package_version = "2.6.0"

0 commit comments

Comments
 (0)