diff --git a/_get_started/previous-versions.md b/_get_started/previous-versions.md index 851546356..aec65742a 100644 --- a/_get_started/previous-versions.md +++ b/_get_started/previous-versions.md @@ -17,6 +17,31 @@ redirect_from: /previous-versions.html ## 1.0.0 이상 버전 설치하기 +### v2.12.0 + +#### Wheel + +##### OSX + +``` +pip install torch==2.12.0 torchvision==0.27.0 +``` + +##### Linux and Windows + +``` +# ROCM 7.2 (Linux only) +pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/rocm7.2 +# CUDA 12.6 +pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu126 +# CUDA 13.0 +pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu130 +# CUDA 13.2 +pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu132 +# CPU only +pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cpu +``` + ### v2.11.0 #### Wheel diff --git a/_get_started/version-compatibility.md b/_get_started/version-compatibility.md index 880b9df42..4a7d2b6ed 100644 --- a/_get_started/version-compatibility.md +++ b/_get_started/version-compatibility.md @@ -32,11 +32,23 @@ PyTorch 및 Domain APIs의 버전 호환성을 정리하였습니다. \ + + 2.12.1 + 2026/06/18 + 0.27.1 + + + + + >=3.10, <=3.14 + 13.2; 13.0; 12.6 + 7.2 + 2.12.0 2026/05/13 0.27.0 - 2.12.0 + @@ -1049,5 +1061,5 @@ PyTorch 2.11 릴리즈에서 지원하는 CUDA 아키텍처 정보입니다.

- Last Update: 2026-05-14 + Last Update: 2026-06-18

diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index 2a617d961..0f78ef9f5 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -12,7 +12,7 @@ var archInfoMap = new Map([ ]); let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "13.0"], "cuda.z": ["cuda", "13.2"], "rocm5.x": ["rocm", "7.2"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "13.0"], "cuda.z": ["cuda", "13.2"], "rocm5.x": ["rocm", "7.2"]}} -let stable_version="Stable (2.12.0)"; +let stable_version="Stable (2.12.1)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); var opts = { @@ -267,7 +267,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) { }); function commandMessage(key) { - var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm7.2/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.0%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.0%2Bcu130.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.0%2Bcu132.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.0%2Brocm7.2.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,accnone,python": "pip3 install torch torchvision", "stable,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.0.zip", "stable,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.0.zip", "stable,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.0.zip", "stable,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.0.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.0.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.12.0%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.0%2Bcu126.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.0%2Bcu130.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu130.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.0%2Bcu132.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu132.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; + var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "preview,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm7.2/libtorch-shared-with-deps-latest.zip", "preview,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows", "stable,pip,linux,accnone,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision", "stable,pip,linux,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "stable,libtorch,linux,accnone,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.1%2Bcu126.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.1%2Bcu130.zip", "stable,libtorch,linux,cuda.z,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.1%2Bcu132.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.1%2Brocm7.2.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision", "stable,pip,macos,accnone,python": "pip3 install torch torchvision", "stable,libtorch,macos,accnone,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip", "stable,libtorch,macos,cuda.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip", "stable,libtorch,macos,cuda.y,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip", "stable,libtorch,macos,cuda.z,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "Download arm64 libtorch here (ROCm and CUDA are not supported):
https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "stable,pip,windows,cuda.z,python": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.1%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.1%2Bcu126.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.1%2Bcu130.zip", "stable,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.1%2Bcu132.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "NOTE: ROCm is not available on Windows"}; if (!object.hasOwnProperty(key)) { $("#command").html( diff --git a/published_versions.json b/published_versions.json index 6116fbd10..6a2b7dec2 100644 --- a/published_versions.json +++ b/published_versions.json @@ -1,5 +1,5 @@ { - "latest_stable": "2.12.0", + "latest_stable": "2.12.1", "latest_lts": "lts-1.8.2", "versions": { "preview": { @@ -150,29 +150,25 @@ "accnone": { "note": null, "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip" + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip" } }, "cuda.x": { "note": null, "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip" + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip" } }, "cuda.y": { "note": null, "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip" + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip" } }, "cuda.z": { "note": null, "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip" + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip" } }, "rocm5.x": { @@ -7275,6 +7271,182 @@ } } } + }, + "2.12.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision" + }, + "cuda.z": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.1%2Bcu126.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.1%2Bcu130.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.1%2Bcu132.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.1%2Brocm7.2.zip" + } + } + } + }, + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "cuda.z": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision", + "default": true + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip" + } + }, + "cuda.z": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip" + } + } + } + }, + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130" + }, + "cuda.z": { + "note": null, + "command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.1%2Bcu126.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.1%2Bcu130.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.1%2Bcu132.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null + } + } + } } } } \ No newline at end of file diff --git a/releases.json b/releases.json index ed8f4426f..042fcd0be 100644 --- a/releases.json +++ b/releases.json @@ -13,7 +13,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -27,7 +27,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -41,7 +41,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -55,7 +55,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -69,7 +69,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -83,7 +83,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -97,7 +97,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -111,7 +111,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -125,7 +125,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -139,7 +139,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -153,7 +153,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -167,7 +167,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -181,7 +181,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -195,7 +195,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -209,7 +209,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -223,7 +223,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -237,7 +237,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -251,7 +251,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -265,7 +265,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -279,7 +279,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -293,7 +293,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -307,7 +307,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -321,7 +321,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -335,7 +335,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -349,7 +349,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -363,7 +363,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -377,7 +377,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -391,7 +391,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -405,7 +405,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -419,7 +419,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -433,7 +433,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -447,7 +447,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -461,7 +461,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -475,7 +475,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -489,7 +489,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.1", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -503,7 +503,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/rocm7.2", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cpu", @@ -518,7 +518,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -533,7 +533,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -548,7 +548,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -563,7 +563,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "rocm", @@ -578,7 +578,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/rocm7.1/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "rocm", @@ -593,7 +593,7 @@ "validation_runner": "linux.2xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/rocm7.2/libtorch-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" } ], "windows": [ @@ -609,7 +609,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -623,7 +623,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -637,7 +637,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -651,7 +651,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -665,7 +665,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -679,7 +679,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -693,7 +693,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -707,7 +707,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -721,7 +721,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -735,7 +735,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -749,7 +749,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -763,7 +763,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -777,7 +777,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -791,7 +791,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -805,7 +805,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -819,7 +819,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -833,7 +833,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -847,7 +847,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -861,7 +861,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -875,7 +875,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -889,7 +889,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -903,7 +903,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -917,7 +917,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu130", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -931,7 +931,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu132", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cpu", @@ -946,7 +946,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -961,7 +961,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -976,7 +976,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -991,67 +991,7 @@ "validation_runner": "windows.4xlarge", "installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" - }, - { - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "debug", - "devtoolset": "", - "container_image": "", - "package_type": "libtorch", - "build_name": "libtorch-cpu-shared-with-deps-debug", - "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", - "channel": "nightly", - "stable_version": "2.12.0" - }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "debug", - "devtoolset": "", - "container_image": "", - "package_type": "libtorch", - "build_name": "libtorch-cuda12_6-shared-with-deps-debug", - "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip", - "channel": "nightly", - "stable_version": "2.12.0" - }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "debug", - "devtoolset": "", - "container_image": "", - "package_type": "libtorch", - "build_name": "libtorch-cuda13_0-shared-with-deps-debug", - "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip", - "channel": "nightly", - "stable_version": "2.12.0" - }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.2", - "desired_cuda": "cu132", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "debug", - "devtoolset": "", - "container_image": "", - "package_type": "libtorch", - "build_name": "libtorch-cuda13_2-shared-with-deps-debug", - "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip", - "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" } ], "macos": [ @@ -1067,7 +1007,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11.14", @@ -1081,7 +1021,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12.12", @@ -1095,7 +1035,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1109,7 +1049,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14.3", @@ -1123,7 +1063,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -1137,7 +1077,7 @@ "installation": "pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu", "channel": "nightly", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cpu", @@ -1152,7 +1092,7 @@ "validation_runner": "macos-m1-stable", "installation": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip", "channel": "nightly", - "stable_version": "2.12.0" + "stable_version": "2.12.1" } ] }, @@ -1170,7 +1110,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -1184,7 +1124,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -1198,7 +1138,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -1212,7 +1152,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -1226,7 +1166,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -1240,7 +1180,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1254,7 +1194,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1268,7 +1208,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1282,7 +1222,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1296,7 +1236,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1310,7 +1250,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1324,7 +1264,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1338,7 +1278,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1352,7 +1292,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1366,7 +1306,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1380,7 +1320,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1394,7 +1334,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1408,7 +1348,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1422,7 +1362,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1436,7 +1376,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1450,7 +1390,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1464,7 +1404,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1478,7 +1418,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1492,7 +1432,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -1506,7 +1446,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -1520,7 +1460,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -1534,7 +1474,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -1548,7 +1488,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -1562,7 +1502,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -1576,7 +1516,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -1590,7 +1530,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -1604,7 +1544,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -1618,7 +1558,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -1632,7 +1572,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -1646,7 +1586,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.1", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -1660,7 +1600,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cpu", @@ -1673,9 +1613,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.0%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.1%2Bcpu.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -1688,9 +1628,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_6-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.0%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.1%2Bcu126.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -1703,9 +1643,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_0-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.0%2Bcu130.zip", + "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.1%2Bcu130.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -1718,9 +1658,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_2-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.0%2Bcu132.zip", + "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.1%2Bcu132.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "rocm", @@ -1733,9 +1673,9 @@ "package_type": "libtorch", "build_name": "libtorch-rocm7_1-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/rocm7.1/libtorch-shared-with-deps-2.12.0%2Brocm7.1.zip", + "installation": "https://download.pytorch.org/libtorch/rocm7.1/libtorch-shared-with-deps-2.12.1%2Brocm7.1.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "rocm", @@ -1748,9 +1688,9 @@ "package_type": "libtorch", "build_name": "libtorch-rocm7_2-shared-with-deps-cxx11-abi", "validation_runner": "linux.2xlarge", - "installation": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.0%2Brocm7.2.zip", + "installation": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.1%2Brocm7.2.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" } ], "windows": [ @@ -1766,7 +1706,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -1780,7 +1720,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -1794,7 +1734,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.10", @@ -1808,7 +1748,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1822,7 +1762,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1836,7 +1776,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1850,7 +1790,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11", @@ -1864,7 +1804,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1878,7 +1818,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1892,7 +1832,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1906,7 +1846,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12", @@ -1920,7 +1860,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1934,7 +1874,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1948,7 +1888,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1962,7 +1902,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -1976,7 +1916,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -1990,7 +1930,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -2004,7 +1944,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -2018,7 +1958,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14", @@ -2032,7 +1972,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -2046,7 +1986,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -2060,7 +2000,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -2074,7 +2014,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -2088,7 +2028,7 @@ "installation": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cpu", @@ -2101,9 +2041,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.0%2Bcpu.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.1%2Bcpu.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -2116,9 +2056,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda12_6-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.0%2Bcu126.zip", + "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.1%2Bcu126.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -2131,9 +2071,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_0-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.0%2Bcu130.zip", + "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.1%2Bcu130.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cuda", @@ -2146,69 +2086,9 @@ "package_type": "libtorch", "build_name": "libtorch-cuda13_2-shared-with-deps-release", "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.0%2Bcu132.zip", - "channel": "release", - "stable_version": "2.12.0" - }, - { - "gpu_arch_type": "cpu", - "gpu_arch_version": "", - "desired_cuda": "cpu", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "debug", - "devtoolset": "", - "container_image": "", - "package_type": "libtorch", - "build_name": "libtorch-cpu-shared-with-deps-debug", - "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.12.0%2Bcpu.zip", - "channel": "release", - "stable_version": "2.12.0" - }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "12.6", - "desired_cuda": "cu126", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "debug", - "devtoolset": "", - "container_image": "", - "package_type": "libtorch", - "build_name": "libtorch-cuda12_6-shared-with-deps-debug", - "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu126.zip", - "channel": "release", - "stable_version": "2.12.0" - }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.0", - "desired_cuda": "cu130", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "debug", - "devtoolset": "", - "container_image": "", - "package_type": "libtorch", - "build_name": "libtorch-cuda13_0-shared-with-deps-debug", - "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu130.zip", - "channel": "release", - "stable_version": "2.12.0" - }, - { - "gpu_arch_type": "cuda", - "gpu_arch_version": "13.2", - "desired_cuda": "cu132", - "libtorch_variant": "shared-with-deps", - "libtorch_config": "debug", - "devtoolset": "", - "container_image": "", - "package_type": "libtorch", - "build_name": "libtorch-cuda13_2-shared-with-deps-debug", - "validation_runner": "windows.4xlarge", - "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-debug-2.12.0%2Bcu132.zip", + "installation": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.1%2Bcu132.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" } ], "macos": [ @@ -2224,7 +2104,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.11.14", @@ -2238,7 +2118,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.12.12", @@ -2252,7 +2132,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.13", @@ -2266,7 +2146,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14.3", @@ -2280,7 +2160,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "python_version": "3.14t", @@ -2294,7 +2174,7 @@ "installation": "pip3 install torch torchvision", "channel": "release", "upload_to_base_bucket": "no", - "stable_version": "2.12.0" + "stable_version": "2.12.1" }, { "gpu_arch_type": "cpu", @@ -2307,9 +2187,9 @@ "package_type": "libtorch", "build_name": "libtorch-cpu-shared-with-deps-cxx11-abi", "validation_runner": "macos-m1-stable", - "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.0.zip", + "installation": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip", "channel": "release", - "stable_version": "2.12.0" + "stable_version": "2.12.1" } ] }