Skip to content

Commit eff4d64

Browse files
authored
Trigger final wheel (#9029)
1 parent 615f8a1 commit eff4d64

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)