File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
infra/tpu-pytorch-releases Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,42 @@ manual_nightly_builds = [
3
3
]
4
4
5
5
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
+ },
6
42
{
7
43
git_tag = " v2.8.0"
8
44
package_version = " 2.8.0"
You can’t perform that action at this time.
0 commit comments