Skip to content

Commit e5e75a8

Browse files
authored
Add triggers for release 2.8.0 (#9545)
1 parent 15496cd commit e5e75a8

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@ manual_nightly_builds = [
33
]
44

55
manual_versioned_builds = [
6+
{
7+
git_tag = "v2.8.0"
8+
package_version = "2.8.0"
9+
pytorch_git_rev = "v2.8.0"
10+
accelerator = "tpu"
11+
python_version = "3.10"
12+
bundle_libtpu = "0"
13+
cxx11_abi = "1"
14+
},
15+
{
16+
git_tag = "v2.8.0"
17+
package_version = "2.8.0"
18+
pytorch_git_rev = "v2.8.0"
19+
accelerator = "tpu"
20+
python_version = "3.10"
21+
bundle_libtpu = "1"
22+
cxx11_abi = "1"
23+
},
24+
{
25+
git_tag = "v2.8.0"
26+
package_version = "2.8.0"
27+
pytorch_git_rev = "v2.8.0"
28+
accelerator = "tpu"
29+
python_version = "3.11"
30+
bundle_libtpu = "0"
31+
cxx11_abi = "1"
32+
},
33+
{
34+
git_tag = "v2.8.0"
35+
package_version = "2.8.0"
36+
pytorch_git_rev = "v2.8.0"
37+
accelerator = "tpu"
38+
python_version = "3.12"
39+
bundle_libtpu = "0"
40+
cxx11_abi = "1"
41+
},
42+
{
43+
git_tag = "v2.8.0"
44+
package_version = "2.8.0"
45+
pytorch_git_rev = "v2.8.0"
46+
accelerator = "tpu"
47+
python_version = "3.13"
48+
bundle_libtpu = "0"
49+
cxx11_abi = "1"
50+
},
651
{
752
git_tag = "v2.7.0"
853
package_version = "2.7.0"

0 commit comments

Comments
 (0)