From db65c38d606ee8565a282b1b2b7cce190c3a6d4c Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 11 Dec 2025 18:43:35 +0000 Subject: [PATCH] Modify published_versions.json, releases.json and quick-start-module.js --- assets/quick-start-module.js | 2 +- published_versions.json | 6 +- releases.json | 284 ++++++++++++++++++++++++++++++++++- 3 files changed, 287 insertions(+), 5 deletions(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index baf96600163b..2aa2ef03ce64 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -11,7 +11,7 @@ var archInfoMap = new Map([ ['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}] ]); -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"]}} +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"]}} let stable_version="Stable (2.9.1)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); diff --git a/published_versions.json b/published_versions.json index a134a37710a1..9dbf7bc33c16 100644 --- a/published_versions.json +++ b/published_versions.json @@ -19,7 +19,7 @@ }, "cuda.z": { "note": null, - "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130" + "command": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129" }, "rocm5.x": { "note": null, @@ -48,7 +48,7 @@ "cuda.z": { "note": null, "versions": { - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip" + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip" } }, "rocm5.x": { @@ -6737,4 +6737,4 @@ } } } -} +} \ No newline at end of file diff --git a/releases.json b/releases.json index f81aae06e3d3..833c842b3212 100644 --- a/releases.json +++ b/releases.json @@ -57,6 +57,20 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.10", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_10-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.10", "gpu_arch_type": "rocm", @@ -141,6 +155,20 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.11", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_11-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.11", "gpu_arch_type": "rocm", @@ -225,6 +253,20 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.12", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_12-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.12", "gpu_arch_type": "rocm", @@ -309,6 +351,20 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.13", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_13-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.13", "gpu_arch_type": "rocm", @@ -393,6 +449,20 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.13t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.13t", "gpu_arch_type": "rocm", @@ -477,6 +547,20 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.14", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_14-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.14", "gpu_arch_type": "rocm", @@ -561,6 +645,20 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.14t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", + "package_type": "manywheel", + "build_name": "manywheel-py3_14t-cuda12_9", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129", + "channel": "nightly", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.14t", "gpu_arch_type": "rocm", @@ -649,6 +747,36 @@ "channel": "nightly", "stable_version": "2.9.1" }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.9", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.9.1" + }, + { + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.9", + "desired_cuda": "cu129", + "libtorch_variant": "shared-with-deps", + "libtorch_config": "", + "devtoolset": "cxx11-abi", + "container_image": "pytorch/libtorch-cxx11-builder:cuda12.9", + "package_type": "libtorch", + "build_name": "libtorch-cuda12_9-shared-with-deps-cxx11-abi", + "validation_runner": "linux.2xlarge", + "installation": "https://download.pytorch.org/libtorch/nightly/cu129/libtorch-shared-with-deps-latest.zip", + "channel": "nightly", + "stable_version": "2.9.1" + }, { "gpu_arch_type": "rocm", "gpu_arch_version": "7.0", @@ -1648,6 +1776,90 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.13t", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-cpu", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "container_image": "pytorch/manylinux2_28-builder:cuda12.6", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-cuda12_6", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", + "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-cuda12_8", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-cuda13_0", + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.3", + "desired_cuda": "rocm6.3", + "container_image": "pytorch/manylinux2_28-builder:rocm6.3", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-rocm6_3", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.3", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "rocm", + "gpu_arch_version": "6.4", + "desired_cuda": "rocm6.4", + "container_image": "pytorch/manylinux2_28-builder:rocm6.4", + "package_type": "manywheel", + "build_name": "manywheel-py3_13t-rocm6_4", + "validation_runner": "linux.2xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm6.4", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.14", "gpu_arch_type": "cpu", @@ -2132,6 +2344,62 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.13t", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "wheel", + "build_name": "wheel-py3_13t-cpu", + "validation_runner": "windows.4xlarge", + "installation": "pip3 install torch torchvision", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.6", + "desired_cuda": "cu126", + "container_image": "pytorch/manylinux2_28-builder:cuda12.6", + "package_type": "wheel", + "build_name": "wheel-py3_13t-cuda12_6", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "12.8", + "desired_cuda": "cu128", + "container_image": "pytorch/manylinux2_28-builder:cuda12.8", + "package_type": "wheel", + "build_name": "wheel-py3_13t-cuda12_8", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, + { + "python_version": "3.13t", + "gpu_arch_type": "cuda", + "gpu_arch_version": "13.0", + "desired_cuda": "cu130", + "container_image": "pytorch/manylinux2_28-builder:cuda13.0", + "package_type": "wheel", + "build_name": "wheel-py3_13t-cuda13_0", + "validation_runner": "windows.g4dn.xlarge", + "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.14", "gpu_arch_type": "cpu", @@ -2422,6 +2690,20 @@ "upload_to_base_bucket": "no", "stable_version": "2.9.1" }, + { + "python_version": "3.13t", + "gpu_arch_type": "cpu", + "gpu_arch_version": "", + "desired_cuda": "cpu", + "container_image": "pytorch/manylinux2_28-builder:cpu", + "package_type": "wheel", + "build_name": "wheel-py3_13t-cpu", + "validation_runner": "macos-m1-stable", + "installation": "pip3 install torch torchvision", + "channel": "release", + "upload_to_base_bucket": "no", + "stable_version": "2.9.1" + }, { "python_version": "3.14", "gpu_arch_type": "cpu", @@ -2467,4 +2749,4 @@ } ] } -} +} \ No newline at end of file