From baacb1b13c174d23dc7c53198154ee61bff8e55a Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 5 Jun 2024 15:25:24 -0400 Subject: [PATCH] Fix auto generated getting started in release 2.3.1 (#1642) * Fix auto generated getting started in release 2.3.1 * Update auto gen * test --- assets/quick-start-module.js | 4 +- published_versions.json | 8468 ++++++++++++++--------------- scripts/gen_quick_start_module.py | 5 +- 3 files changed, 4240 insertions(+), 4237 deletions(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index 842721655ffc..7c79c59d554e 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", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.1"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "rocm5.x": ["rocm", "6.0"]}} -let stable_version="Stable (2.3.0)"; +let stable_version="Stable (2.3.1)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS(); var opts = { @@ -266,7 +266,7 @@ $("[data-toggle='cloud-dropdown']").on("click", function(e) { }); function commandMessage(key) { - var object = {"preview,pip,linux,accnone,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.1", "preview,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia", "preview,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia", "preview,conda,linux,cuda.z,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia", "preview,conda,linux,rocm5.x,python": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", "preview,conda,linux,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly", "preview,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu121/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-cxx11-abi-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 torchaudio --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 torchaudio --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 torchaudio --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 torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,conda,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,accnone,python": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "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 torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,conda,windows,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia", "preview,conda,windows,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia", "preview,conda,windows,cuda.z,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia", "preview,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,conda,windows,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly", "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/cu118/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu121/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu121/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu124/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 torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0", "stable,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia", "stable,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia", "stable,conda,linux,rocm5.x,python": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", "stable,conda,linux,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch", "stable,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.3.0%2Bcpu.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.3.0%2Bcu118.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcu118.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.3.0%2Bcu121.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcu121.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.0/libtorch-shared-with-deps-2.3.0%2Brocm6.0.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.0/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Brocm6.0.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio", "stable,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio", "stable,conda,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,accnone,python": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", "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.3.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.3.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.3.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.3.0.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision torchaudio", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia", "stable,conda,windows,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia", "stable,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.3.0%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.3.0%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.3.0%2Bcu118.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.3.0%2Bcu118.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.3.0%2Bcu121.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.3.0%2Bcu121.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 torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", "preview,pip,linux,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121", "preview,pip,linux,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.1", "preview,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia", "preview,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia", "preview,conda,linux,cuda.z,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia", "preview,conda,linux,rocm5.x,python": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", "preview,conda,linux,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly", "preview,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.y,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu121/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda.z,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,rocm5.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-shared-with-deps-latest.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-cxx11-abi-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 torchaudio --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 torchaudio --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 torchaudio --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 torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,conda,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,cuda.z,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,accnone,python": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", "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 torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda.x,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118", "preview,pip,windows,cuda.y,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121", "preview,pip,windows,cuda.z,python": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124", "preview,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,conda,windows,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia", "preview,conda,windows,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia", "preview,conda,windows,cuda.z,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia", "preview,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "preview,conda,windows,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly", "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/cu118/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu121/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu121/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda.z,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-latest.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu124/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 torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0", "stable,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia", "stable,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia", "stable,conda,linux,rocm5.x,python": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", "stable,conda,linux,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch", "stable,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.3.1%2Bcpu.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip", "stable,libtorch,linux,cuda.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.3.1%2Bcu118.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcu118.zip", "stable,libtorch,linux,cuda.y,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.3.1%2Bcu121.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcu121.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.0/libtorch-shared-with-deps-2.3.1%2Brocm6.0.zip
Download here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm6.0/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Brocm6.0.zip", "stable,pip,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,conda,macos,cuda.x,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda.y,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,rocm5.x,python": "# ROCm is not available on MacOS, please use default package
conda install pytorch::pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,accnone,python": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", "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.3.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.3.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.3.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.3.1.zip", "stable,pip,windows,accnone,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu", "stable,pip,windows,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118", "stable,pip,windows,cuda.y,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121", "stable,pip,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia", "stable,conda,windows,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia", "stable,conda,windows,rocm5.x,python": "NOTE: ROCm is not available on Windows", "stable,conda,windows,accnone,python": "conda install pytorch torchvision torchaudio cpuonly -c pytorch", "stable,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.3.1%2Bcpu.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.3.1%2Bcpu.zip", "stable,libtorch,windows,cuda.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.3.1%2Bcu118.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.3.1%2Bcu118.zip", "stable,libtorch,windows,cuda.y,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.3.1%2Bcu121.zip
Download here (Debug version):
https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.3.1%2Bcu121.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 3fe293299e68..62a4bc6fefc4 100644 --- a/published_versions.json +++ b/published_versions.json @@ -1,4385 +1,4385 @@ { - "latest_stable": "2.3.0", - "latest_lts": "lts-1.8.2", - "versions": { - "preview": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121" - }, - "cuda.z": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.1" - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia" - }, - "cuda.z": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-shared-with-deps-latest.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu121/libtorch-shared-with-deps-latest.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip" - } - }, - "cuda.z": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-shared-with-deps-latest.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-shared-with-deps-latest.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-cxx11-abi-shared-with-deps-latest.zip" - } - } - } - }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", - "default": true - }, - "cuda.z": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", - "default": true - }, - "accnone": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" - } - }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", - "default": true - }, - "cuda.z": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", - "default": true - }, - "accnone": { - "note": null, - "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" - } - }, - "cuda.z": { - "note": null, - "default": true, - "versions": { - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" - } - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121" - }, - "cuda.z": { - "note": null, - "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia" - }, - "cuda.z": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly" - } - }, - "libtorch": { - "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" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-debug-latest.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu121/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu121/libtorch-win-shared-with-deps-debug-latest.zip" - } - }, - "cuda.z": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-latest.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-debug-latest.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.13.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2" - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.13.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.13.0%2Bcu116.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcu116.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-shared-with-deps-1.13.0%2Bcu117.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcu117.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.2/libtorch-shared-with-deps-1.13.0%2Brocm5.2.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.2/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Brocm5.2.zip" - } - } - } - }, - "macos": { - "pip": { - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.y": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.y": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "default": true, - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.13.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.13.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.13.0%2Bcu116.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.13.0%2Bcu116.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-1.13.0%2Bcu117.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-debug-1.13.0%2Bcu117.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.12.1": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.1.1" - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "cuda.y": { - "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.6", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.12.1%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.12.1%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.12.1%2Bcu113.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu113.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.12.1%2Bcu116.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu116.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-shared-with-deps-1.12.1%2Brocm5.1.1.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Brocm5.1.1.zip" - } - } - } - }, - "macos": { - "pip": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.y": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.y": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", - "command": null - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", - "command": null - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "cuda.y": { - "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.6", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.12.1%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.12.1%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", - "versions": {} - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.12.1%2Bcu113.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.12.1%2Bcu113.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.12.1%2Bcu116.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.12.1%2Bcu116.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.12.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" - }, - "cuda11.6": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.1.1" - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "cuda11.6": { - "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.6", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.12.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.12.0%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.12.0%2Bcu113.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu113.zip" - } - }, - "cuda11.6": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.12.0%2Bcu116.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu116.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-shared-with-deps-1.12.0%2Brocm5.1.1.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Brocm5.1.1.zip" - } - } - } - }, - "macos": { - "pip": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda11.6": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda11.6": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip" - } - }, - "cuda11.6": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on MacOS", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", - "command": null - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" - }, - "cuda11.6": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", - "command": null - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "cuda11.6": { - "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.6", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.12.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.12.0%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", - "versions": {} - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.12.0%2Bcu113.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.12.0%2Bcu113.zip" - } - }, - "cuda11.6": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.12.0%2Bcu116.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.12.0%2Bcu116.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.11.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" - }, - "rocm4.x": { - "note": null, - "command": "pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm4.5.2" - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.11.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.11.0%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.11.0%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.11.0%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.11.0%2Bcu113.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.11.0%2Bcu113.zip" - } - }, - "rocm4.x": { - "note": "LibTorch binaries are not available for ROCm, please build it from source", - "versions": null - } - } - }, - "macos": { - "pip": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.11.0.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.11.0.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.11.0.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3", - "command": null - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3", - "command": null - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.11.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.11.0%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3", - "versions": {} - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.11.0%2Bcu113.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.11.0%2Bcu113.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.10.2": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch==1.10.2+cpu torchvision==0.11.3+cpu torchaudio==0.10.2+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.10.2+cu113 torchvision==0.11.3+cu113 torchaudio==0.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" - }, - "rocm4.x": { - "note": null, - "command": "pip3 install torch torchvision==0.11.3 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.10.2%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.10.2%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.10.2%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.10.2%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.10.2%2Bcu113.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.10.2%2Bcu113.zip" - } - }, - "rocm4.x": { - "note": "LibTorch binaries are not available for ROCm, please build it from source", - "versions": null - } - } - }, - "macos": { - "pip": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.2.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.2.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.2.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch==1.10.2+cu102 torchvision==0.11.3+cu102 torchaudio===0.10.2+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.10.2+cu113 torchvision==0.11.3+cu113 torchaudio===0.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.10.2%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.10.2%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.10.2%2Bcu102.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.10.2%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.10.2%2Bcu113.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.2%2Bcu113.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.10.1": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch==1.10.1+cpu torchvision==0.11.2+cpu torchaudio==0.10.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" - }, - "rocm4.x": { - "note": null, - "command": "pip3 install torch torchvision==0.11.2 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.10.1%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.10.1%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.10.1%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.10.1%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.10.1%2Bcu113.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.10.1%2Bcu113.zip" - } - }, - "rocm4.x": { - "note": "LibTorch binaries are not available for ROCm, please build it from source", - "versions": null - } - } - }, - "macos": { - "pip": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.1.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.1.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.1.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch==1.10.1+cu102 torchvision==0.11.2+cu102 torchaudio===0.10.1+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio===0.10.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.10.1%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.10.1%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.10.1%2Bcu102.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.10.1%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.10.1%2Bcu113.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.1%2Bcu113.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.10.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch==1.10.0+cpu torchvision==0.11.1+cpu torchaudio==0.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" - }, - "rocm4.x": { - "note": null, - "command": "pip3 install torch torchvision==0.11.1 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.10.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.10.0%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.10.0%2Bcu113.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcu113.zip" - } - }, - "rocm4.x": { - "note": "LibTorch binaries are not available for ROCm, please build it from source", - "versions": null - } - } - }, - "macos": { - "pip": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.0.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.0.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.0.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch==1.10.0+cu102 torchvision==0.11.1+cu102 torchaudio===0.10.0+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio===0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.10.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.10.0%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.10.0%2Bcu102.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.10.0%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.10.0%2Bcu113.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.0%2Bcu113.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.9.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch==1.9.0+cpu torchvision==0.10.0+cpu torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "rocm4.x": { - "note": null, - "command": "pip3 install torch torchvision==0.10.0 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": "NOTE: 'nvidia' channel is required for cudatoolkit 11.1", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia" - }, - "rocm4.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.9.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.9.0%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.0%2Bcu111.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcu111.zip" - } - }, - "rocm4.x": { - "note": "LibTorch binaries are not available for ROCm, please build it from source", - "versions": null - } - } - }, - "macos": { - "pip": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.1", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.9.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.9.0%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.9.0%2Bcu102.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.9.0%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.9.0%2Bcu111.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.9.0%2Bcu111.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "1.9.1": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch==1.9.1+cpu torchvision==0.10.1+cpu torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch==1.9.1+cu102 torchvision==0.10.1+cu102 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "rocm4.x": { - "note": null, - "command": "pip3 install torch torchvision==0.10.1 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": "NOTE: 'nvidia' channel is required for cudatoolkit 11.1", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia" - }, - "rocm4.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.9.1%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.9.1%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.9.1%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.9.1%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.1%2Bcu111.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.1%2Bcu111.zip" - } - }, - "cuda11.6": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.1%2Bcu111.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.1%2Bcu111.zip" - } - }, - "rocm4.x": { - "note": "LibTorch binaries are not available for ROCm, please build it from source", - "versions": null - } - } - }, - "macos": { - "pip": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda10.2": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "cuda.x": { - "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.1.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.1.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.1.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on MacOS", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch==1.9.1+cpu torchvision==0.10.1+cpu torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "cuda10.2": { - "note": null, - "command": "pip3 install torch==1.9.1+cu102 torchvision==0.10.1+cu102 torchaudio===0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio===0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda10.2": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" - }, - "cuda.x": { - "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.1", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge" - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.9.1%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.9.1%2Bcpu.zip" - } - }, - "cuda10.2": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.9.1%2Bcu102.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.9.1%2Bcu102.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.9.1%2Bcu111.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.9.1%2Bcu111.zip" - } - }, - "rocm4.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "lts-1.8.2": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu102" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu111" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not supported in LTS", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": "NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts" - }, - "cuda.y": { - "note": "NOTE: 'nvidia' channel is required for cudatoolkit 11.1
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not supported in LTS", - "command": null - }, - "accnone": { - "note": "NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-shared-with-deps-1.8.2%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-shared-with-deps-1.8.2%2Bcu102.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcu102.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-shared-with-deps-1.8.2%2Bcu111.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcu111.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not supported in LTS", - "versions": null - } - } - }, - "macos": { - "pip": { - "cuda.x": { - "note": "# macOS is not currently supported for lts", - "command": null - }, - "cuda.y": { - "note": "# macOS is not currently supported for lts", - "command": null - }, - "rocm5.x": { - "note": "# macOS is not currently supported for lts", - "command": null - }, - "accnone": { - "note": "# macOS is not currently supported for lts", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": "# macOS is not currently supported for lts", - "command": null - }, - "cuda.y": { - "note": "# macOS is not currently supported for lts", - "command": null - }, - "rocm5.x": { - "note": "# macOS is not currently supported for lts", - "command": null - }, - "accnone": { - "note": "# macOS is not currently supported for lts", - "command": null - } - }, - "libtorch": { - "accnone": { - "note": "# macOS is not currently supported for lts", - "versions": null - }, - "cuda.x": { - "note": "# macOS is not currently supported for lts", - "versions": null - }, - "cuda.y": { - "note": "# macOS is not currently supported for lts", - "versions": null - }, - "rocm5.x": { - "note": "# macOS is not currently supported for lts", - "versions": null - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio===0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio===0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu102" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio===0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu111" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not supported in LTS", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": "NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts" - }, - "cuda.y": { - "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.1
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", - "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c conda-forge" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not supported in LTS", - "command": null - }, - "accnone": { - "note": "NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-win-shared-with-deps-1.8.2%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-win-shared-with-deps-debug-1.8.2%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-win-shared-with-deps-1.8.2%2Bcu102.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-win-shared-with-deps-debug-1.8.2%2Bcu102.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-win-shared-with-deps-1.8.2%2Bcu111.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-win-shared-with-deps-debug-1.8.2%2Bcu111.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not supported in LTS", - "versions": null - } - } - } - }, - "1.13.1": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2" - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.13.1%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.13.1%2Bcu116.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcu116.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-shared-with-deps-1.13.1%2Bcu117.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcu117.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.2/libtorch-shared-with-deps-1.13.1%2Brocm5.2.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.2/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Brocm5.2.zip" - } - } - } - }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "conda install pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.1.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.1.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.1.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.1.zip" - } - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.13.1%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.13.1%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.13.1%2Bcu116.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.13.1%2Bcu116.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-1.13.1%2Bcu117.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-debug-1.13.1%2Bcu117.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "2.0.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2" - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.0.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-shared-with-deps-2.0.0%2Bcu117.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu117.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.0.0%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu118.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.4.2/libtorch-shared-with-deps-2.0.0%2Brocm5.4.2.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.4.2/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Brocm5.4.2.zip" - } - } - } - }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.0.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.0.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.0.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.0.zip" - } - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.0.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.0.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-2.0.0%2Bcu117.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-debug-2.0.0%2Bcu117.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.0.0%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.0.0%2Bcu118.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "2.0.1": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2" - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.0.1%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-shared-with-deps-2.0.1%2Bcu117.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcu117.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.0.1%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcu118.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.4.2/libtorch-shared-with-deps-2.0.1%2Brocm5.4.2.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.4.2/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Brocm5.4.2.zip" - } - } - } - }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip" - } - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.0.1%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.0.1%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-2.0.1%2Bcu117.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-debug-2.0.1%2Bcu117.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.0.1%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.0.1%2Bcu118.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "2.1.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6" - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.1.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.1.0%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.1.0%2Bcu121.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcu121.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-shared-with-deps-2.1.0%2Brocm5.6.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Brocm5.6.zip" - } - } - } - }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "pip3 install torch torchvision torchaudio" - } - }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip" - } - } - } - }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" - } - }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.1.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.1.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.1.0%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.1.0%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.1.0%2Bcu121.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.1.0%2Bcu121.zip" + "latest_stable": "2.3.0", + "latest_lts": "lts-1.8.2", + "versions": { + "preview": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121" + }, + "cuda.z": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.1" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia" + }, + "cuda.z": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-shared-with-deps-latest.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-cxx11-abi-shared-with-deps-latest.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu121/libtorch-shared-with-deps-latest.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu121/libtorch-cxx11-abi-shared-with-deps-latest.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-shared-with-deps-latest.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-cxx11-abi-shared-with-deps-latest.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-shared-with-deps-latest.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/nightly/rocm6.1/libtorch-cxx11-abi-shared-with-deps-latest.zip" + } } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null - } - } - } - }, - "2.1.1": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6" - } - }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.1.1%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.1%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.1.1%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.1.1%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.1.1%2Bcu121.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.1%2Bcu121.zip" + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "default": true + }, + "cuda.z": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu", + "default": true + }, + "accnone": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", + "default": true + }, + "cuda.z": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly", + "default": true + }, + "accnone": { + "note": null, + "command": "conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" + } + }, + "cuda.z": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-arm64-latest.zip" + } } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-shared-with-deps-2.1.1%2Brocm5.6.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-cxx11-abi-shared-with-deps-2.1.1%2Brocm5.6.zip" + } + }, + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121" + }, + "cuda.z": { + "note": null, + "command": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch-nightly -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch-nightly -c nvidia" + }, + "cuda.z": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch-nightly -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly" + } + }, + "libtorch": { + "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" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-latest.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu118/libtorch-win-shared-with-deps-debug-latest.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu121/libtorch-win-shared-with-deps-latest.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu121/libtorch-win-shared-with-deps-debug-latest.zip" + } + }, + "cuda.z": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-latest.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu124/libtorch-win-shared-with-deps-debug-latest.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "pip3 install torch torchvision torchaudio" + "1.13.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.13.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.13.0%2Bcu116.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcu116.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-shared-with-deps-1.13.0%2Bcu117.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Bcu117.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.2/libtorch-shared-with-deps-1.13.0%2Brocm5.2.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.2/libtorch-cxx11-abi-shared-with-deps-1.13.0%2Brocm5.2.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.y": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.y": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "default": true, + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.1.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.1.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.1.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.1.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.13.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.13.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.13.0%2Bcu116.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.13.0%2Bcu116.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-1.13.0%2Bcu117.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-debug-1.13.0%2Bcu117.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null + "1.12.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.1.1" + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "cuda.y": { + "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.6", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.12.1%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.12.1%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.12.1%2Bcu113.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu113.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.12.1%2Bcu116.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu116.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-shared-with-deps-1.12.1%2Brocm5.1.1.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Brocm5.1.1.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.y": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.y": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.1.1%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.1.1%2Bcpu.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", + "command": null + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", + "command": null + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "cuda.y": { + "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.6", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.12.1%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.12.1%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", + "versions": {} + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.12.1%2Bcu113.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.12.1%2Bcu113.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.12.1%2Bcu116.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.12.1%2Bcu116.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.1.1%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.1.1%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.1.1%2Bcu121.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.1.1%2Bcu121.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null } } - } - }, - "2.1.2": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6" + }, + "1.12.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" + }, + "cuda11.6": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.1.1" + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "cuda11.6": { + "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.6", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.12.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.12.0%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.12.0%2Bcu113.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu113.zip" + } + }, + "cuda11.6": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.12.0%2Bcu116.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu116.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-shared-with-deps-1.12.0%2Brocm5.1.1.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Brocm5.1.1.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda11.6": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda11.6": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip" + } + }, + "cuda11.6": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on MacOS", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.1.2%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.1.2%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.1.2%2Bcu121.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcu121.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-shared-with-deps-2.1.2%2Brocm5.6.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Brocm5.6.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", + "command": null + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" + }, + "cuda11.6": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", + "command": null + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "cuda11.6": { + "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.6", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.12.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.12.0%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", + "versions": {} + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.12.0%2Bcu113.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.12.0%2Bcu113.zip" + } + }, + "cuda11.6": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.12.0%2Bcu116.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.12.0%2Bcu116.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "pip3 install torch torchvision torchaudio" + "1.11.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" + }, + "rocm4.x": { + "note": null, + "command": "pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm4.5.2" + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.11.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.11.0%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.11.0%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.11.0%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.11.0%2Bcu113.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.11.0%2Bcu113.zip" + } + }, + "rocm4.x": { + "note": "LibTorch binaries are not available for ROCm, please build it from source", + "versions": null + } } }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": "# MPS acceleration is available on MacOS 12.3+", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + "macos": { + "pip": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.11.0.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.11.0.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.11.0.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.2.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.2.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.2.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.2.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3", + "command": null + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3", + "command": null + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.11.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.11.0%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.3", + "versions": {} + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.11.0%2Bcu113.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.11.0%2Bcu113.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null + "1.10.2": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch==1.10.2+cpu torchvision==0.11.3+cpu torchaudio==0.10.2+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.10.2+cu113 torchvision==0.11.3+cu113 torchaudio==0.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" + }, + "rocm4.x": { + "note": null, + "command": "pip3 install torch torchvision==0.11.3 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.10.2%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.10.2%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.10.2%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.10.2%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.10.2%2Bcu113.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.10.2%2Bcu113.zip" + } + }, + "rocm4.x": { + "note": "LibTorch binaries are not available for ROCm, please build it from source", + "versions": null + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.2.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.2.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.2.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.1.2%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.1.2%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.1.2%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.1.2%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.1.2%2Bcu121.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.1.2%2Bcu121.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch==1.10.2+cu102 torchvision==0.11.3+cu102 torchaudio===0.10.2+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.10.2+cu113 torchvision==0.11.3+cu113 torchaudio===0.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.10.2%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.10.2%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.10.2%2Bcu102.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.10.2%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.10.2%2Bcu113.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.2%2Bcu113.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null } } - } - }, - "2.2.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7" + }, + "1.10.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch==1.10.1+cpu torchvision==0.11.2+cpu torchaudio==0.10.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" + }, + "rocm4.x": { + "note": null, + "command": "pip3 install torch torchvision==0.11.2 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.10.1%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.10.1%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.10.1%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.10.1%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.10.1%2Bcu113.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.10.1%2Bcu113.zip" + } + }, + "rocm4.x": { + "note": "LibTorch binaries are not available for ROCm, please build it from source", + "versions": null + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.1.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.1.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.1.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.2.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.2.0%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.2.0%2Bcu121.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcu121.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-shared-with-deps-2.2.0%2Brocm5.7.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Brocm5.7.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch==1.10.1+cu102 torchvision==0.11.2+cu102 torchaudio===0.10.1+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio===0.10.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.10.1%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.10.1%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.10.1%2Bcu102.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.10.1%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.10.1%2Bcu113.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.1%2Bcu113.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" + "1.10.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch==1.10.0+cpu torchvision==0.11.1+cpu torchaudio==0.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" + }, + "rocm4.x": { + "note": null, + "command": "pip3 install torch torchvision==0.11.1 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.10.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.10.0%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.10.0%2Bcu113.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcu113.zip" + } + }, + "rocm4.x": { + "note": "LibTorch binaries are not available for ROCm, please build it from source", + "versions": null + } } }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": null, - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + "macos": { + "pip": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.0.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.0.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.10.0.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.0.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.0.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.0.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.0.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.0.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.0.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.0.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.0.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch==1.10.0+cu102 torchvision==0.11.1+cu102 torchaudio===0.10.0+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio===0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.10.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.10.0%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.10.0%2Bcu102.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.10.0%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.10.0%2Bcu113.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.10.0%2Bcu113.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null + "1.9.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch==1.9.0+cpu torchvision==0.10.0+cpu torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "rocm4.x": { + "note": null, + "command": "pip3 install torch torchvision==0.10.0 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": "NOTE: 'nvidia' channel is required for cudatoolkit 11.1", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia" + }, + "rocm4.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.9.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.9.0%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.0%2Bcu111.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcu111.zip" + } + }, + "rocm4.x": { + "note": "LibTorch binaries are not available for ROCm, please build it from source", + "versions": null + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.2.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.2.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.2.0%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.2.0%2Bcu118.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.1", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.9.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.9.0%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.9.0%2Bcu102.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.9.0%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.9.0%2Bcu111.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.9.0%2Bcu111.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.2.0%2Bcu121.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.2.0%2Bcu121.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null } } - } - }, - "2.2.1": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7" + }, + "1.9.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch==1.9.1+cpu torchvision==0.10.1+cpu torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch==1.9.1+cu102 torchvision==0.10.1+cu102 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "rocm4.x": { + "note": null, + "command": "pip3 install torch torchvision==0.10.1 -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html" + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": "NOTE: 'nvidia' channel is required for cudatoolkit 11.1", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia" + }, + "rocm4.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.9.1%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.9.1%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.9.1%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.9.1%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.1%2Bcu111.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.1%2Bcu111.zip" + } + }, + "cuda11.6": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.1%2Bcu111.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.1%2Bcu111.zip" + } + }, + "rocm4.x": { + "note": "LibTorch binaries are not available for ROCm, please build it from source", + "versions": null + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda10.2": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "cuda.x": { + "note": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.1.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.1.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "MacOS binaries do not support CUDA. Download CPU libtorch here:": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.1.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on MacOS", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.2.1%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.2.1%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.2.1%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.2.1%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.2.1%2Bcu121.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.2.1%2Bcu121.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-shared-with-deps-2.2.1%2Brocm5.7.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-cxx11-abi-shared-with-deps-2.2.1%2Brocm5.7.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch==1.9.1+cpu torchvision==0.10.1+cpu torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "cuda10.2": { + "note": null, + "command": "pip3 install torch==1.9.1+cu102 torchvision==0.10.1+cu102 torchaudio===0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio===0.9.1 -f https://download.pytorch.org/whl/torch_stable.html" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda10.2": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch" + }, + "cuda.x": { + "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.1", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge" + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.9.1%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.9.1%2Bcpu.zip" + } + }, + "cuda10.2": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.9.1%2Bcu102.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.9.1%2Bcu102.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.9.1%2Bcu111.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.9.1%2Bcu111.zip" + } + }, + "rocm4.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" + "lts-1.8.2": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu102" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu111" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not supported in LTS", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": "NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts" + }, + "cuda.y": { + "note": "NOTE: 'nvidia' channel is required for cudatoolkit 11.1
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not supported in LTS", + "command": null + }, + "accnone": { + "note": "NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-shared-with-deps-1.8.2%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-shared-with-deps-1.8.2%2Bcu102.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcu102.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-shared-with-deps-1.8.2%2Bcu111.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcu111.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not supported in LTS", + "versions": null + } } }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": null, - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# macOS is not currently supported for lts", + "command": null + }, + "cuda.y": { + "note": "# macOS is not currently supported for lts", + "command": null + }, + "rocm5.x": { + "note": "# macOS is not currently supported for lts", + "command": null + }, + "accnone": { + "note": "# macOS is not currently supported for lts", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": "# macOS is not currently supported for lts", + "command": null + }, + "cuda.y": { + "note": "# macOS is not currently supported for lts", + "command": null + }, + "rocm5.x": { + "note": "# macOS is not currently supported for lts", + "command": null + }, + "accnone": { + "note": "# macOS is not currently supported for lts", + "command": null + } + }, + "libtorch": { + "accnone": { + "note": "# macOS is not currently supported for lts", + "versions": null + }, + "cuda.x": { + "note": "# macOS is not currently supported for lts", + "versions": null + }, + "cuda.y": { + "note": "# macOS is not currently supported for lts", + "versions": null + }, + "rocm5.x": { + "note": "# macOS is not currently supported for lts", + "versions": null + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.1.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.1.zip" - } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.1.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.1.zip" - } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.1.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.1.zip" - } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.1.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.1.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio===0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio===0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu102" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio===0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu111" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not supported in LTS", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": "NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts" + }, + "cuda.y": { + "note": "NOTE: 'conda-forge' channel is required for cudatoolkit 11.1
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", + "command": "conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c conda-forge" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not supported in LTS", + "command": null + }, + "accnone": { + "note": "NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8", + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-win-shared-with-deps-1.8.2%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-win-shared-with-deps-debug-1.8.2%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-win-shared-with-deps-1.8.2%2Bcu102.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-win-shared-with-deps-debug-1.8.2%2Bcu102.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-win-shared-with-deps-1.8.2%2Bcu111.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-win-shared-with-deps-debug-1.8.2%2Bcu111.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not supported in LTS", + "versions": null } } } }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null + "1.13.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.13.1%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.13.1%2Bcu116.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcu116.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-shared-with-deps-1.13.1%2Bcu117.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Bcu117.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.2/libtorch-shared-with-deps-1.13.1%2Brocm5.2.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.2/libtorch-cxx11-abi-shared-with-deps-1.13.1%2Brocm5.2.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "conda install pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.1.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.1.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.1.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.1.zip" + } + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.2.1%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.2.1%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.2.1%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.2.1%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.2.1%2Bcu121.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.2.1%2Bcu121.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.13.1%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.13.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.13.1%2Bcu116.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.13.1%2Bcu116.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-1.13.1%2Bcu117.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-debug-1.13.1%2Bcu117.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null } } - } - }, - "2.2.2": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7" + }, + "2.0.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.0.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-shared-with-deps-2.0.0%2Bcu117.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu117.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.0.0%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Bcu118.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.4.2/libtorch-shared-with-deps-2.0.0%2Brocm5.4.2.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.4.2/libtorch-cxx11-abi-shared-with-deps-2.0.0%2Brocm5.4.2.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.0.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.0.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.0.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.0.zip" + } + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.2.2%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.2.2%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.2.2%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.2.2%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.2.2%2Bcu121.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.2.2%2Bcu121.zip" - } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-shared-with-deps-2.2.2%2Brocm5.7.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-cxx11-abi-shared-with-deps-2.2.2%2Brocm5.7.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.0.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.0.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-2.0.0%2Bcu117.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-debug-2.0.0%2Bcu117.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.0.0%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.0.0%2Bcu118.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" + "2.0.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.0.1%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-shared-with-deps-2.0.1%2Bcu117.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu117/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcu117.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.0.1%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Bcu118.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.4.2/libtorch-shared-with-deps-2.0.1%2Brocm5.4.2.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.4.2/libtorch-cxx11-abi-shared-with-deps-2.0.1%2Brocm5.4.2.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": null, - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.0.1.zip" + } + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.2.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.2.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.0.1%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.0.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-2.0.1%2Bcu117.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu117/libtorch-win-shared-with-deps-debug-2.0.1%2Bcu117.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.0.1%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.0.1%2Bcu118.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "cuda.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.2.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.2.zip" + } + } + }, + "2.1.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.1.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.1.0%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.1.0%2Bcu121.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-shared-with-deps-2.1.0%2Brocm5.6.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Brocm5.6.zip" + } } - }, - "cuda.y": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.2.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.2.zip" + } + }, + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip" + } } - }, - "rocm5.x": { - "note": null, - "default": true, - "versions": { - "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.2.zip", - "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.2.zip" + } + }, + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.1.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.1.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.1.0%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.1.0%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.1.0%2Bcu121.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.1.0%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null + "2.1.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.1.1%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.1.1%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.1.1%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.1.1%2Bcu121.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.1%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-shared-with-deps-2.1.1%2Brocm5.6.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-cxx11-abi-shared-with-deps-2.1.1%2Brocm5.6.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.1.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.1.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.1.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.1.zip" + } + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.2.2%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.2.2%2Bcpu.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.1.1%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.1.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.1.1%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.1.1%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.1.1%2Bcu121.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.1.1%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.2.2%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.2.2%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.2.2%2Bcu121.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.2.2%2Bcu121.zip" - } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null } } - } - }, - "2.3.0": { - "linux": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "rocm5.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0" + }, + "2.1.2": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.1.2%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.1.2%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.1.2%2Bcu121.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-shared-with-deps-2.1.2%2Brocm5.6.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.6/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Brocm5.6.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": "# MPS acceleration is available on MacOS 12.3+", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.2.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.2.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.2.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.2.zip" + } + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.3.0%2Bcpu.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcpu.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.1.2%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.1.2%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.1.2%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.1.2%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.1.2%2Bcu121.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.1.2%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.3.0%2Bcu118.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcu118.zip" + } + } + }, + "2.2.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.2.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.2.0%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.2.0%2Bcu121.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-shared-with-deps-2.2.0%2Brocm5.7.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-cxx11-abi-shared-with-deps-2.2.0%2Brocm5.7.zip" + } } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.3.0%2Bcu121.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcu121.zip" + } + }, + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": null, + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.0.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.0.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.0.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.0.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.0.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.0.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.0.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.0.zip" + } } - }, - "rocm5.x": { - "note": null, - "versions": { - "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.0/libtorch-shared-with-deps-2.3.0%2Brocm6.0.zip", - "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.0/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Brocm6.0.zip" + } + }, + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.2.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.2.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.2.0%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.2.0%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.2.0%2Bcu121.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.2.0%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "macos": { - "pip": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "pip3 install torch torchvision torchaudio", - "default": true - }, - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" + "2.2.1": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.2.1%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.2.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.2.1%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.2.1%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.2.1%2Bcu121.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.2.1%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-shared-with-deps-2.2.1%2Brocm5.7.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-cxx11-abi-shared-with-deps-2.2.1%2Brocm5.7.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "cuda.y": { - "note": "# CUDA is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "rocm5.x": { - "note": "# ROCm is not available on MacOS, please use default package", - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", - "default": true - }, - "accnone": { - "note": null, - "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": null, + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.1.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.1.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.1.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.1.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.1.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.1.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.1.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.1.zip" + } + } } }, - "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.3.0.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.2.1%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.2.1%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.2.1%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.2.1%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.2.1%2Bcu121.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.2.1%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "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.3.0.zip" + } + } + }, + "2.2.2": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.2.2%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.2.2%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.2.2%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.2.2%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.2.2%2Bcu121.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.2.2%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-shared-with-deps-2.2.2%2Brocm5.7.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm5.7/libtorch-cxx11-abi-shared-with-deps-2.2.2%2Brocm5.7.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.3.0.zip" + } + }, + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": null, + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.2.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.2.zip" + } + }, + "cuda.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.2.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.2.zip" + } + }, + "cuda.y": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.2.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.2.zip" + } + }, + "rocm5.x": { + "note": null, + "default": true, + "versions": { + "Download x86 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-x86_64-2.2.2.zip", + "Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.2.2.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.3.0.zip" + } + }, + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.2.2%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.2.2%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.2.2%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.2.2%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.2.2%2Bcu121.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.2.2%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } } } }, - "windows": { - "pip": { - "accnone": { - "note": null, - "command": "pip3 install torch torchvision torchaudio" - }, - "cuda.x": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" - }, - "cuda.y": { - "note": null, - "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null + "2.3.0": { + "linux": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "rocm5.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0" + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: Conda packages are not currently available for ROCm, please use pip instead
", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.3.0%2Bcpu.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-shared-with-deps-2.3.0%2Bcu118.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu118/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.3.0%2Bcu121.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": null, + "versions": { + "Download here (Pre-cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.0/libtorch-shared-with-deps-2.3.0%2Brocm6.0.zip", + "Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm6.0/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Brocm6.0.zip" + } + } } }, - "conda": { - "cuda.x": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" - }, - "cuda.y": { - "note": null, - "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "command": null - }, - "accnone": { - "note": null, - "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + "macos": { + "pip": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "pip3 install torch torchvision torchaudio", + "default": true + }, + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + } + }, + "conda": { + "cuda.x": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "cuda.y": { + "note": "# CUDA is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "rocm5.x": { + "note": "# ROCm is not available on MacOS, please use default package", + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch", + "default": true + }, + "accnone": { + "note": null, + "command": "conda install pytorch::pytorch torchvision torchaudio -c pytorch" + } + }, + "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.3.0.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.3.0.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.3.0.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.3.0.zip" + } + } } }, - "libtorch": { - "accnone": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.3.0%2Bcpu.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.3.0%2Bcpu.zip" - } - }, - "cuda.x": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.3.0%2Bcu118.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.3.0%2Bcu118.zip" - } - }, - "cuda.y": { - "note": null, - "versions": { - "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.3.0%2Bcu121.zip", - "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.3.0%2Bcu121.zip" + "windows": { + "pip": { + "accnone": { + "note": null, + "command": "pip3 install torch torchvision torchaudio" + }, + "cuda.x": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118" + }, + "cuda.y": { + "note": null, + "command": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + } + }, + "conda": { + "cuda.x": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia" + }, + "cuda.y": { + "note": null, + "command": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia" + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "command": null + }, + "accnone": { + "note": null, + "command": "conda install pytorch torchvision torchaudio cpuonly -c pytorch" + } + }, + "libtorch": { + "accnone": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.3.0%2Bcpu.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-2.3.0%2Bcpu.zip" + } + }, + "cuda.x": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-2.3.0%2Bcu118.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu118/libtorch-win-shared-with-deps-debug-2.3.0%2Bcu118.zip" + } + }, + "cuda.y": { + "note": null, + "versions": { + "Download here (Release version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-2.3.0%2Bcu121.zip", + "Download here (Debug version):": "https://download.pytorch.org/libtorch/cu121/libtorch-win-shared-with-deps-debug-2.3.0%2Bcu121.zip" + } + }, + "rocm5.x": { + "note": "NOTE: ROCm is not available on Windows", + "versions": null } - }, - "rocm5.x": { - "note": "NOTE: ROCm is not available on Windows", - "versions": null } } } } } -} \ No newline at end of file diff --git a/scripts/gen_quick_start_module.py b/scripts/gen_quick_start_module.py index 2788503abf16..1040e7ff7712 100755 --- a/scripts/gen_quick_start_module.py +++ b/scripts/gen_quick_start_module.py @@ -102,12 +102,15 @@ def get_gpu_info(acc_key, instr, acc_arch_map): # json object. def update_versions(versions, release_matrix, release_version): version = "preview" + template = "preview" acc_arch_map = acc_arch_ver_map[release_version] if release_version != "nightly": version = release_matrix[OperatingSystem.LINUX.value][0]["stable_version"] + # temporary change until release 2.4.0 - to generate cuda.x, cuda.y, cuda.z + template = "2.3.0" if version not in versions["versions"]: - versions["versions"][version] = copy.deepcopy(versions["versions"]["preview"]) + versions["versions"][version] = copy.deepcopy(versions["versions"][template]) versions["latest_stable"] = version # Perform update of the json file from release matrix