File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed
infra/tpu-pytorch-releases Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,70 @@ manual_nightly_builds = [
44
55manual_versioned_builds = [
66 # 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.1"
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.1"
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.1"
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.1"
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.1"
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.1"
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.1"
67+ accelerator = " tpu"
68+ python_version = " 3.10"
69+ bundle_libtpu = " 1"
70+ },
771 {
872 git_tag = " v2.6.0"
973 package_version = " 2.6.0"
You can’t perform that action at this time.
0 commit comments