Skip to content

Commit db65c38

Browse files
authored
Modify published_versions.json, releases.json and quick-start-module.js
1 parent 7fd95ee commit db65c38

File tree

3 files changed

+287
-5
lines changed

3 files changed

+287
-5
lines changed

assets/quick-start-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var archInfoMap = new Map([
1111
['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}]
1212
]);
1313

14-
let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "7.1"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "6.4"]}}
14+
let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "12.9"], "rocm5.x": ["rocm", "7.1"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "6.4"]}}
1515
let stable_version="Stable (2.9.1)";
1616

1717
var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();

published_versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"cuda.z": {
2121
"note": null,
22-
"command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130"
22+
"command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129"
2323
},
2424
"rocm5.x": {
2525
"note": null,
@@ -48,7 +48,7 @@
4848
"cuda.z": {
4949
"note": null,
5050
"versions": {
51-
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip"
51+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip"
5252
}
5353
},
5454
"rocm5.x": {
@@ -6737,4 +6737,4 @@
67376737
}
67386738
}
67396739
}
6740-
}
6740+
}

releases.json

Lines changed: 283 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@
5757
"upload_to_base_bucket": "no",
5858
"stable_version": "2.9.1"
5959
},
60+
{
61+
"python_version": "3.10",
62+
"gpu_arch_type": "cuda",
63+
"gpu_arch_version": "12.9",
64+
"desired_cuda": "cu129",
65+
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
66+
"package_type": "manywheel",
67+
"build_name": "manywheel-py3_10-cuda12_9",
68+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
69+
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
70+
"channel": "nightly",
71+
"upload_to_base_bucket": "no",
72+
"stable_version": "2.9.1"
73+
},
6074
{
6175
"python_version": "3.10",
6276
"gpu_arch_type": "rocm",
@@ -141,6 +155,20 @@
141155
"upload_to_base_bucket": "no",
142156
"stable_version": "2.9.1"
143157
},
158+
{
159+
"python_version": "3.11",
160+
"gpu_arch_type": "cuda",
161+
"gpu_arch_version": "12.9",
162+
"desired_cuda": "cu129",
163+
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
164+
"package_type": "manywheel",
165+
"build_name": "manywheel-py3_11-cuda12_9",
166+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
167+
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
168+
"channel": "nightly",
169+
"upload_to_base_bucket": "no",
170+
"stable_version": "2.9.1"
171+
},
144172
{
145173
"python_version": "3.11",
146174
"gpu_arch_type": "rocm",
@@ -225,6 +253,20 @@
225253
"upload_to_base_bucket": "no",
226254
"stable_version": "2.9.1"
227255
},
256+
{
257+
"python_version": "3.12",
258+
"gpu_arch_type": "cuda",
259+
"gpu_arch_version": "12.9",
260+
"desired_cuda": "cu129",
261+
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
262+
"package_type": "manywheel",
263+
"build_name": "manywheel-py3_12-cuda12_9",
264+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
265+
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
266+
"channel": "nightly",
267+
"upload_to_base_bucket": "no",
268+
"stable_version": "2.9.1"
269+
},
228270
{
229271
"python_version": "3.12",
230272
"gpu_arch_type": "rocm",
@@ -309,6 +351,20 @@
309351
"upload_to_base_bucket": "no",
310352
"stable_version": "2.9.1"
311353
},
354+
{
355+
"python_version": "3.13",
356+
"gpu_arch_type": "cuda",
357+
"gpu_arch_version": "12.9",
358+
"desired_cuda": "cu129",
359+
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
360+
"package_type": "manywheel",
361+
"build_name": "manywheel-py3_13-cuda12_9",
362+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
363+
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
364+
"channel": "nightly",
365+
"upload_to_base_bucket": "no",
366+
"stable_version": "2.9.1"
367+
},
312368
{
313369
"python_version": "3.13",
314370
"gpu_arch_type": "rocm",
@@ -393,6 +449,20 @@
393449
"upload_to_base_bucket": "no",
394450
"stable_version": "2.9.1"
395451
},
452+
{
453+
"python_version": "3.13t",
454+
"gpu_arch_type": "cuda",
455+
"gpu_arch_version": "12.9",
456+
"desired_cuda": "cu129",
457+
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
458+
"package_type": "manywheel",
459+
"build_name": "manywheel-py3_13t-cuda12_9",
460+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
461+
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
462+
"channel": "nightly",
463+
"upload_to_base_bucket": "no",
464+
"stable_version": "2.9.1"
465+
},
396466
{
397467
"python_version": "3.13t",
398468
"gpu_arch_type": "rocm",
@@ -477,6 +547,20 @@
477547
"upload_to_base_bucket": "no",
478548
"stable_version": "2.9.1"
479549
},
550+
{
551+
"python_version": "3.14",
552+
"gpu_arch_type": "cuda",
553+
"gpu_arch_version": "12.9",
554+
"desired_cuda": "cu129",
555+
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
556+
"package_type": "manywheel",
557+
"build_name": "manywheel-py3_14-cuda12_9",
558+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
559+
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
560+
"channel": "nightly",
561+
"upload_to_base_bucket": "no",
562+
"stable_version": "2.9.1"
563+
},
480564
{
481565
"python_version": "3.14",
482566
"gpu_arch_type": "rocm",
@@ -561,6 +645,20 @@
561645
"upload_to_base_bucket": "no",
562646
"stable_version": "2.9.1"
563647
},
648+
{
649+
"python_version": "3.14t",
650+
"gpu_arch_type": "cuda",
651+
"gpu_arch_version": "12.9",
652+
"desired_cuda": "cu129",
653+
"container_image": "pytorch/manylinux2_28-builder:cuda12.9",
654+
"package_type": "manywheel",
655+
"build_name": "manywheel-py3_14t-cuda12_9",
656+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
657+
"installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129",
658+
"channel": "nightly",
659+
"upload_to_base_bucket": "no",
660+
"stable_version": "2.9.1"
661+
},
564662
{
565663
"python_version": "3.14t",
566664
"gpu_arch_type": "rocm",
@@ -649,6 +747,36 @@
649747
"channel": "nightly",
650748
"stable_version": "2.9.1"
651749
},
750+
{
751+
"gpu_arch_type": "cuda",
752+
"gpu_arch_version": "12.9",
753+
"desired_cuda": "cu129",
754+
"libtorch_variant": "shared-with-deps",
755+
"libtorch_config": "",
756+
"devtoolset": "cxx11-abi",
757+
"container_image": "pytorch/libtorch-cxx11-builder:cuda12.9",
758+
"package_type": "libtorch",
759+
"build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi",
760+
"validation_runner": "linux.2xlarge",
761+
"installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip",
762+
"channel": "nightly",
763+
"stable_version": "2.9.1"
764+
},
765+
{
766+
"gpu_arch_type": "cuda",
767+
"gpu_arch_version": "12.9",
768+
"desired_cuda": "cu129",
769+
"libtorch_variant": "shared-with-deps",
770+
"libtorch_config": "",
771+
"devtoolset": "cxx11-abi",
772+
"container_image": "pytorch/libtorch-cxx11-builder:cuda12.9",
773+
"package_type": "libtorch",
774+
"build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi",
775+
"validation_runner": "linux.2xlarge",
776+
"installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip",
777+
"channel": "nightly",
778+
"stable_version": "2.9.1"
779+
},
652780
{
653781
"gpu_arch_type": "rocm",
654782
"gpu_arch_version": "7.0",
@@ -1648,6 +1776,90 @@
16481776
"upload_to_base_bucket": "no",
16491777
"stable_version": "2.9.1"
16501778
},
1779+
{
1780+
"python_version": "3.13t",
1781+
"gpu_arch_type": "cpu",
1782+
"gpu_arch_version": "",
1783+
"desired_cuda": "cpu",
1784+
"container_image": "pytorch/manylinux2_28-builder:cpu",
1785+
"package_type": "manywheel",
1786+
"build_name": "manywheel-py3_13t-cpu",
1787+
"validation_runner": "linux.2xlarge",
1788+
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu",
1789+
"channel": "release",
1790+
"upload_to_base_bucket": "no",
1791+
"stable_version": "2.9.1"
1792+
},
1793+
{
1794+
"python_version": "3.13t",
1795+
"gpu_arch_type": "cuda",
1796+
"gpu_arch_version": "12.6",
1797+
"desired_cuda": "cu126",
1798+
"container_image": "pytorch/manylinux2_28-builder:cuda12.6",
1799+
"package_type": "manywheel",
1800+
"build_name": "manywheel-py3_13t-cuda12_6",
1801+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
1802+
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
1803+
"channel": "release",
1804+
"upload_to_base_bucket": "no",
1805+
"stable_version": "2.9.1"
1806+
},
1807+
{
1808+
"python_version": "3.13t",
1809+
"gpu_arch_type": "cuda",
1810+
"gpu_arch_version": "12.8",
1811+
"desired_cuda": "cu128",
1812+
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
1813+
"package_type": "manywheel",
1814+
"build_name": "manywheel-py3_13t-cuda12_8",
1815+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
1816+
"installation": "pip3 install torch torchvision",
1817+
"channel": "release",
1818+
"upload_to_base_bucket": "no",
1819+
"stable_version": "2.9.1"
1820+
},
1821+
{
1822+
"python_version": "3.13t",
1823+
"gpu_arch_type": "cuda",
1824+
"gpu_arch_version": "13.0",
1825+
"desired_cuda": "cu130",
1826+
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
1827+
"package_type": "manywheel",
1828+
"build_name": "manywheel-py3_13t-cuda13_0",
1829+
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
1830+
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
1831+
"channel": "release",
1832+
"upload_to_base_bucket": "no",
1833+
"stable_version": "2.9.1"
1834+
},
1835+
{
1836+
"python_version": "3.13t",
1837+
"gpu_arch_type": "rocm",
1838+
"gpu_arch_version": "6.3",
1839+
"desired_cuda": "rocm6.3",
1840+
"container_image": "pytorch/manylinux2_28-builder:rocm6.3",
1841+
"package_type": "manywheel",
1842+
"build_name": "manywheel-py3_13t-rocm6_3",
1843+
"validation_runner": "linux.2xlarge",
1844+
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3",
1845+
"channel": "release",
1846+
"upload_to_base_bucket": "no",
1847+
"stable_version": "2.9.1"
1848+
},
1849+
{
1850+
"python_version": "3.13t",
1851+
"gpu_arch_type": "rocm",
1852+
"gpu_arch_version": "6.4",
1853+
"desired_cuda": "rocm6.4",
1854+
"container_image": "pytorch/manylinux2_28-builder:rocm6.4",
1855+
"package_type": "manywheel",
1856+
"build_name": "manywheel-py3_13t-rocm6_4",
1857+
"validation_runner": "linux.2xlarge",
1858+
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4",
1859+
"channel": "release",
1860+
"upload_to_base_bucket": "no",
1861+
"stable_version": "2.9.1"
1862+
},
16511863
{
16521864
"python_version": "3.14",
16531865
"gpu_arch_type": "cpu",
@@ -2132,6 +2344,62 @@
21322344
"upload_to_base_bucket": "no",
21332345
"stable_version": "2.9.1"
21342346
},
2347+
{
2348+
"python_version": "3.13t",
2349+
"gpu_arch_type": "cpu",
2350+
"gpu_arch_version": "",
2351+
"desired_cuda": "cpu",
2352+
"container_image": "pytorch/manylinux2_28-builder:cpu",
2353+
"package_type": "wheel",
2354+
"build_name": "wheel-py3_13t-cpu",
2355+
"validation_runner": "windows.4xlarge",
2356+
"installation": "pip3 install torch torchvision",
2357+
"channel": "release",
2358+
"upload_to_base_bucket": "no",
2359+
"stable_version": "2.9.1"
2360+
},
2361+
{
2362+
"python_version": "3.13t",
2363+
"gpu_arch_type": "cuda",
2364+
"gpu_arch_version": "12.6",
2365+
"desired_cuda": "cu126",
2366+
"container_image": "pytorch/manylinux2_28-builder:cuda12.6",
2367+
"package_type": "wheel",
2368+
"build_name": "wheel-py3_13t-cuda12_6",
2369+
"validation_runner": "windows.g4dn.xlarge",
2370+
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126",
2371+
"channel": "release",
2372+
"upload_to_base_bucket": "no",
2373+
"stable_version": "2.9.1"
2374+
},
2375+
{
2376+
"python_version": "3.13t",
2377+
"gpu_arch_type": "cuda",
2378+
"gpu_arch_version": "12.8",
2379+
"desired_cuda": "cu128",
2380+
"container_image": "pytorch/manylinux2_28-builder:cuda12.8",
2381+
"package_type": "wheel",
2382+
"build_name": "wheel-py3_13t-cuda12_8",
2383+
"validation_runner": "windows.g4dn.xlarge",
2384+
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128",
2385+
"channel": "release",
2386+
"upload_to_base_bucket": "no",
2387+
"stable_version": "2.9.1"
2388+
},
2389+
{
2390+
"python_version": "3.13t",
2391+
"gpu_arch_type": "cuda",
2392+
"gpu_arch_version": "13.0",
2393+
"desired_cuda": "cu130",
2394+
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
2395+
"package_type": "wheel",
2396+
"build_name": "wheel-py3_13t-cuda13_0",
2397+
"validation_runner": "windows.g4dn.xlarge",
2398+
"installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130",
2399+
"channel": "release",
2400+
"upload_to_base_bucket": "no",
2401+
"stable_version": "2.9.1"
2402+
},
21352403
{
21362404
"python_version": "3.14",
21372405
"gpu_arch_type": "cpu",
@@ -2422,6 +2690,20 @@
24222690
"upload_to_base_bucket": "no",
24232691
"stable_version": "2.9.1"
24242692
},
2693+
{
2694+
"python_version": "3.13t",
2695+
"gpu_arch_type": "cpu",
2696+
"gpu_arch_version": "",
2697+
"desired_cuda": "cpu",
2698+
"container_image": "pytorch/manylinux2_28-builder:cpu",
2699+
"package_type": "wheel",
2700+
"build_name": "wheel-py3_13t-cpu",
2701+
"validation_runner": "macos-m1-stable",
2702+
"installation": "pip3 install torch torchvision",
2703+
"channel": "release",
2704+
"upload_to_base_bucket": "no",
2705+
"stable_version": "2.9.1"
2706+
},
24252707
{
24262708
"python_version": "3.14",
24272709
"gpu_arch_type": "cpu",
@@ -2467,4 +2749,4 @@
24672749
}
24682750
]
24692751
}
2470-
}
2752+
}

0 commit comments

Comments
 (0)