File tree Expand file tree Collapse file tree 1 file changed +65
-0
lines changed
infra/tpu-pytorch-releases Expand file tree Collapse file tree 1 file changed +65
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,71 @@ manual_nightly_builds = [
4
4
5
5
manual_versioned_builds = [
6
6
# 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
+
7
72
{
8
73
git_tag = " v2.6.0"
9
74
package_version = " 2.6.0"
You can’t perform that action at this time.
0 commit comments