Skip to content

Commit 6c5478f

Browse files
authored
Add triggers for v2.8.1 version
1 parent 92dcabc commit 6c5478f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

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

55
manual_versioned_builds = [
6+
{
7+
git_tag = "v2.8.1"
8+
package_version = "2.8.1"
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.1"
17+
package_version = "2.8.1"
18+
pytorch_git_rev = "v2.8.0"
19+
accelerator = "tpu"
20+
python_version = "3.11"
21+
bundle_libtpu = "0"
22+
cxx11_abi = "1"
23+
},
24+
{
25+
git_tag = "v2.8.1"
26+
package_version = "2.8.1"
27+
pytorch_git_rev = "v2.8.0"
28+
accelerator = "tpu"
29+
python_version = "3.12"
30+
bundle_libtpu = "0"
31+
cxx11_abi = "1"
32+
},
33+
{
34+
git_tag = "v2.8.1"
35+
package_version = "2.8.1"
36+
pytorch_git_rev = "v2.8.0"
37+
accelerator = "tpu"
38+
python_version = "3.13"
39+
bundle_libtpu = "0"
40+
cxx11_abi = "1"
41+
},
642
{
743
git_tag = "v2.8.0"
844
package_version = "2.8.0"

0 commit comments

Comments
 (0)