File tree Expand file tree Collapse file tree 1 file changed +67
-0
lines changed
infra/tpu-pytorch-releases Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,73 @@ manual_nightly_builds = [
3
3
]
4
4
5
5
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
+
6
73
# Remove libtpu from PyPI builds, pre-C++11 ABI builds
7
74
{
8
75
git_tag = " v2.6.1"
You can’t perform that action at this time.
0 commit comments