diff --git a/_includes/quick_start_local.html b/_includes/quick_start_local.html
index 4a26595907e6..72f1abef482e 100644
--- a/_includes/quick_start_local.html
+++ b/_includes/quick_start_local.html
@@ -35,7 +35,7 @@
Preview (Nightly)
diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js
index 976f75ec3e83..c2775e2e7ad7 100644
--- a/assets/quick-start-module.js
+++ b/assets/quick-start-module.js
@@ -258,7 +258,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 --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda10.2,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu102", "preview,pip,linux,cuda11.x,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113", "preview,pip,linux,cuda11.6,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu116", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/rocm5.1.1/", "preview,conda,linux,cuda10.2,python": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly", "preview,conda,linux,cuda11.x,python": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch-nightly", "preview,conda,linux,cuda11.6,python": "conda install pytorch torchvision torchaudio cuda=11.6 -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.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda10.2,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu102/libtorch-shared-with-deps-latest.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu102/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda11.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu113/libtorch-shared-with-deps-latest.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu113/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda11.6,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu116/libtorch-shared-with-deps-latest.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu116/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/rocm5.1.1/libtorch-shared-with-deps-latest.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm5.1.1/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,pip,macos,cuda10.2,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda11.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda11.6,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision torchaudio --extra-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 --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "# MPS acceleration is available on MacOS 12.3+
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,conda,macos,cuda10.2,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,cuda11.x,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,cuda11.6,python": "# CUDA is not available on MacOS, please use default package
conda install 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 torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,accnone,python": "# MPS acceleration is available on MacOS 12.3+
conda install pytorch torchvision torchaudio -c pytorch-nightly", "preview,libtorch,macos,accnone,cplusplus": "Download here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,libtorch,macos,cuda10.2,cplusplus": "MacOS binaries do not support CUDA. Download default libtorch here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,libtorch,macos,cuda11.x,cplusplus": "MacOS binaries do not support CUDA. Download default libtorch here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,libtorch,macos,cuda11.6,cplusplus": "MacOS binaries do not support CUDA. Download CPU libtorch here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "ROCm is not available on MacOS. Download default libtorch here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda10.2,python": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "preview,pip,windows,cuda11.x,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113", "preview,pip,windows,cuda11.6,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu116", "preview,pip,windows,rocm5.x,python": "
NOTE: ROCm is not available on Windows", "preview,conda,windows,cuda10.2,python": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "preview,conda,windows,cuda11.x,python": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch-nightly", "preview,conda,windows,cuda11.6,python": "conda install pytorch torchvision torchaudio cuda=11.6 -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.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda10.2,cplusplus": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "preview,libtorch,windows,cuda11.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu113/libtorch-win-shared-with-deps-latest.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu113/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda11.6,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu116/libtorch-win-shared-with-deps-latest.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu116/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "
NOTE: ROCm is not available on Windows", "lts,pip,linux,accnone,python": "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", "lts,pip,linux,cuda10.2,python": "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", "lts,pip,linux,cuda11.x,python": "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", "lts,pip,linux,rocm4.x,python": "
NOTE: ROCm is not supported in LTS", "lts,conda,linux,cuda10.2,python": "
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts", "lts,conda,linux,cuda11.x,python": "
NOTE: 'nvidia' channel is required for cudatoolkit 11.1
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c nvidia", "lts,conda,linux,rocm4.x,python": "
NOTE: ROCm is not supported in LTS", "lts,conda,linux,accnone,python": "
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts", "lts,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-shared-with-deps-1.8.2%2Bcpu.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcpu.zip", "lts,libtorch,linux,cuda10.2,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-shared-with-deps-1.8.2%2Bcu102.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcu102.zip", "lts,libtorch,linux,cuda11.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-shared-with-deps-1.8.2%2Bcu111.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcu111.zip", "lts,libtorch,linux,rocm4.x,cplusplus": "
NOTE: ROCm is not supported in LTS", "lts,pip,macos,cuda10.2,python": "# macOS is not currently supported for lts", "lts,pip,macos,cuda11.x,python": "# macOS is not currently supported for lts", "lts,pip,macos,rocm4.x,python": "# macOS is not currently supported for lts", "lts,pip,macos,accnone,python": "# macOS is not currently supported for lts", "lts,conda,macos,cuda10.2,python": "# macOS is not currently supported for lts", "lts,conda,macos,cuda11.x,python": "# macOS is not currently supported for lts", "lts,conda,macos,rocm4.x,python": "# macOS is not currently supported for lts", "lts,conda,macos,accnone,python": "# macOS is not currently supported for lts", "lts,libtorch,macos,accnone,cplusplus": "# macOS is not currently supported for lts", "lts,libtorch,macos,cuda10.2,cplusplus": "# macOS is not currently supported for lts", "lts,libtorch,macos,cuda11.x,cplusplus": "# macOS is not currently supported for lts", "lts,libtorch,macos,rocm4.x,cplusplus": "# macOS is not currently supported for lts", "lts,pip,windows,accnone,python": "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", "lts,pip,windows,cuda10.2,python": "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", "lts,pip,windows,cuda11.x,python": "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", "lts,pip,windows,rocm4.x,python": "
NOTE: ROCm is not supported in LTS", "lts,conda,windows,cuda10.2,python": "
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts", "lts,conda,windows,cuda11.x,python": "
NOTE: 'conda-forge' channel is required for cudatoolkit 11.1
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c conda-forge", "lts,conda,windows,rocm4.x,python": "
NOTE: ROCm is not supported in LTS", "lts,conda,windows,accnone,python": "
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts", "lts,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-win-shared-with-deps-1.8.2%2Bcpu.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-win-shared-with-deps-debug-1.8.2%2Bcpu.zip", "lts,libtorch,windows,cuda10.2,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-win-shared-with-deps-1.8.2%2Bcu102.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-win-shared-with-deps-debug-1.8.2%2Bcu102.zip", "lts,libtorch,windows,cuda11.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-win-shared-with-deps-1.8.2%2Bcu111.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-win-shared-with-deps-debug-1.8.2%2Bcu111.zip", "lts,libtorch,windows,rocm4.x,cplusplus": "
NOTE: ROCm is not supported in LTS", "stable,pip,linux,accnone,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda10.2,python": "pip3 install torch torchvision torchaudio", "stable,pip,linux,cuda11.x,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113", "stable,pip,linux,cuda11.6,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.1.1", "stable,conda,linux,cuda10.2,python": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch", "stable,conda,linux,cuda11.x,python": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch", "stable,conda,linux,cuda11.6,python": "
NOTE: 'conda-forge' channel is required for cudatoolkit 11.6
conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge", "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-1.12.0%2Bcpu.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcpu.zip", "stable,libtorch,linux,cuda10.2,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.12.0%2Bcu102.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu102.zip", "stable,libtorch,linux,cuda11.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.12.0%2Bcu113.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu113.zip", "stable,libtorch,linux,cuda11.6,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.12.0%2Bcu116.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Bcu116.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-shared-with-deps-1.12.0%2Brocm5.1.1.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-cxx11-abi-shared-with-deps-1.12.0%2Brocm5.1.1.zip", "stable,pip,macos,cuda10.2,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda11.x,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda11.6,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
pip3 install torch torchvision torchaudio", "stable,pip,macos,rocm5.x,python": "
NOTE: ROCm is not available on MacOS", "stable,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio", "stable,conda,macos,cuda10.2,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
conda install pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda11.x,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
conda install pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda11.6,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
conda install pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,rocm5.x,python": "
NOTE: ROCm is not available on MacOS", "stable,conda,macos,accnone,python": "conda install pytorch torchvision torchaudio -c pytorch", "stable,libtorch,macos,accnone,cplusplus": "Download here:
https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip", "stable,libtorch,macos,cuda10.2,cplusplus": "MacOS binaries do not support CUDA. Download CPU libtorch here:
https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip", "stable,libtorch,macos,cuda11.x,cplusplus": "MacOS binaries do not support CUDA. Download CPU libtorch here:
https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip", "stable,libtorch,macos,cuda11.6,cplusplus": "MacOS binaries do not support CUDA. Download CPU libtorch here:
https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.0.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "
NOTE: ROCm is not available on MacOS", "stable,pip,windows,accnone,python": "pip3 install torch torchvision torchaudio", "stable,pip,windows,cuda10.2,python": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "stable,pip,windows,cuda11.x,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113", "stable,pip,windows,cuda11.6,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116", "stable,pip,windows,rocm5.x,python": "
NOTE: ROCm is not available on Windows", "stable,conda,windows,cuda10.2,python": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "stable,conda,windows,cuda11.x,python": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch", "stable,conda,windows,cuda11.6,python": "
NOTE: 'conda-forge' channel is required for cudatoolkit 11.6
conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge", "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-1.12.0%2Bcpu.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.12.0%2Bcpu.zip", "stable,libtorch,windows,cuda10.2,cplusplus": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "stable,libtorch,windows,cuda11.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.12.0%2Bcu113.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.12.0%2Bcu113.zip", "stable,libtorch,windows,cuda11.6,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.12.0%2Bcu116.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.12.0%2Bcu116.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 --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,linux,cuda10.2,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu102", "preview,pip,linux,cuda11.x,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113", "preview,pip,linux,cuda11.6,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu116", "preview,pip,linux,rocm5.x,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/rocm5.1.1/", "preview,conda,linux,cuda10.2,python": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-nightly", "preview,conda,linux,cuda11.x,python": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch-nightly", "preview,conda,linux,cuda11.6,python": "conda install pytorch torchvision torchaudio cuda=11.6 -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.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda10.2,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu102/libtorch-shared-with-deps-latest.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu102/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda11.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu113/libtorch-shared-with-deps-latest.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu113/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,libtorch,linux,cuda11.6,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu116/libtorch-shared-with-deps-latest.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/cu116/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/rocm5.1.1/libtorch-shared-with-deps-latest.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/nightly/rocm5.1.1/libtorch-cxx11-abi-shared-with-deps-latest.zip", "preview,pip,macos,cuda10.2,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda11.x,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,cuda11.6,python": "# CUDA is not available on MacOS, please use default package
pip3 install --pre torch torchvision torchaudio --extra-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 --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,macos,accnone,python": "# MPS acceleration is available on MacOS 12.3+
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,conda,macos,cuda10.2,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,cuda11.x,python": "# CUDA is not available on MacOS, please use default package
conda install pytorch torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,cuda11.6,python": "# CUDA is not available on MacOS, please use default package
conda install 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 torchvision torchaudio -c pytorch-nightly", "preview,conda,macos,accnone,python": "# MPS acceleration is available on MacOS 12.3+
conda install pytorch torchvision torchaudio -c pytorch-nightly", "preview,libtorch,macos,accnone,cplusplus": "Download here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,libtorch,macos,cuda10.2,cplusplus": "MacOS binaries do not support CUDA. Download default libtorch here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,libtorch,macos,cuda11.x,cplusplus": "MacOS binaries do not support CUDA. Download default libtorch here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,libtorch,macos,cuda11.6,cplusplus": "MacOS binaries do not support CUDA. Download CPU libtorch here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,libtorch,macos,rocm5.x,cplusplus": "ROCm is not available on MacOS. Download default libtorch here:
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip", "preview,pip,windows,accnone,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu", "preview,pip,windows,cuda10.2,python": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "preview,pip,windows,cuda11.x,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113", "preview,pip,windows,cuda11.6,python": "pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu116", "preview,pip,windows,rocm5.x,python": "
NOTE: ROCm is not available on Windows", "preview,conda,windows,cuda10.2,python": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "preview,conda,windows,cuda11.x,python": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch-nightly", "preview,conda,windows,cuda11.6,python": "conda install pytorch torchvision torchaudio cuda=11.6 -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.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda10.2,cplusplus": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "preview,libtorch,windows,cuda11.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu113/libtorch-win-shared-with-deps-latest.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu113/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,cuda11.6,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/nightly/cu116/libtorch-win-shared-with-deps-latest.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/nightly/cu116/libtorch-win-shared-with-deps-debug-latest.zip", "preview,libtorch,windows,rocm5.x,cplusplus": "
NOTE: ROCm is not available on Windows", "lts,pip,linux,accnone,python": "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", "lts,pip,linux,cuda10.2,python": "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", "lts,pip,linux,cuda11.x,python": "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", "lts,pip,linux,rocm4.x,python": "
NOTE: ROCm is not supported in LTS", "lts,conda,linux,cuda10.2,python": "
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts", "lts,conda,linux,cuda11.x,python": "
NOTE: 'nvidia' channel is required for cudatoolkit 11.1
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c nvidia", "lts,conda,linux,rocm4.x,python": "
NOTE: ROCm is not supported in LTS", "lts,conda,linux,accnone,python": "
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts", "lts,libtorch,linux,accnone,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-shared-with-deps-1.8.2%2Bcpu.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcpu.zip", "lts,libtorch,linux,cuda10.2,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-shared-with-deps-1.8.2%2Bcu102.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcu102.zip", "lts,libtorch,linux,cuda11.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-shared-with-deps-1.8.2%2Bcu111.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-cxx11-abi-shared-with-deps-1.8.2%2Bcu111.zip", "lts,libtorch,linux,rocm4.x,cplusplus": "
NOTE: ROCm is not supported in LTS", "lts,pip,macos,cuda10.2,python": "# macOS is not currently supported for lts", "lts,pip,macos,cuda11.x,python": "# macOS is not currently supported for lts", "lts,pip,macos,rocm4.x,python": "# macOS is not currently supported for lts", "lts,pip,macos,accnone,python": "# macOS is not currently supported for lts", "lts,conda,macos,cuda10.2,python": "# macOS is not currently supported for lts", "lts,conda,macos,cuda11.x,python": "# macOS is not currently supported for lts", "lts,conda,macos,rocm4.x,python": "# macOS is not currently supported for lts", "lts,conda,macos,accnone,python": "# macOS is not currently supported for lts", "lts,libtorch,macos,accnone,cplusplus": "# macOS is not currently supported for lts", "lts,libtorch,macos,cuda10.2,cplusplus": "# macOS is not currently supported for lts", "lts,libtorch,macos,cuda11.x,cplusplus": "# macOS is not currently supported for lts", "lts,libtorch,macos,rocm4.x,cplusplus": "# macOS is not currently supported for lts", "lts,pip,windows,accnone,python": "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", "lts,pip,windows,cuda10.2,python": "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", "lts,pip,windows,cuda11.x,python": "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", "lts,pip,windows,rocm4.x,python": "
NOTE: ROCm is not supported in LTS", "lts,conda,windows,cuda10.2,python": "
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts", "lts,conda,windows,cuda11.x,python": "
NOTE: 'conda-forge' channel is required for cudatoolkit 11.1
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c conda-forge", "lts,conda,windows,rocm4.x,python": "
NOTE: ROCm is not supported in LTS", "lts,conda,windows,accnone,python": "
NOTE: Pytorch LTS version 1.8.2 is only supported for Python <= 3.8
conda install pytorch torchvision torchaudio cpuonly -c pytorch-lts", "lts,libtorch,windows,accnone,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-win-shared-with-deps-1.8.2%2Bcpu.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/lts/1.8/cpu/libtorch-win-shared-with-deps-debug-1.8.2%2Bcpu.zip", "lts,libtorch,windows,cuda10.2,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-win-shared-with-deps-1.8.2%2Bcu102.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/lts/1.8/cu102/libtorch-win-shared-with-deps-debug-1.8.2%2Bcu102.zip", "lts,libtorch,windows,cuda11.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-win-shared-with-deps-1.8.2%2Bcu111.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/lts/1.8/cu111/libtorch-win-shared-with-deps-debug-1.8.2%2Bcu111.zip", "lts,libtorch,windows,rocm4.x,cplusplus": "
NOTE: ROCm is not supported in LTS", "stable,pip,linux,accnone,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu", "stable,pip,linux,cuda10.2,python": "pip3 install torch torchvision torchaudio", "stable,pip,linux,cuda11.x,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113", "stable,pip,linux,cuda11.6,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116", "stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.1.1", "stable,conda,linux,cuda10.2,python": "conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch", "stable,conda,linux,cuda11.x,python": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch", "stable,conda,linux,cuda11.6,python": "
NOTE: 'conda-forge' channel is required for cudatoolkit 11.6
conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge", "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-1.12.1%2Bcpu.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcpu.zip", "stable,libtorch,linux,cuda10.2,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.12.1%2Bcu102.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu102.zip", "stable,libtorch,linux,cuda11.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.12.1%2Bcu113.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu113/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu113.zip", "stable,libtorch,linux,cuda11.6,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/cu116/libtorch-shared-with-deps-1.12.1%2Bcu116.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu116.zip", "stable,libtorch,linux,rocm5.x,cplusplus": "Download here (Pre-cxx11 ABI):
https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-shared-with-deps-1.12.1%2Brocm5.1.1.zipDownload here (cxx11 ABI):
https://download.pytorch.org/libtorch/rocm5.1.1/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Brocm5.1.1.zip", "stable,pip,macos,cuda10.2,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda11.x,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
pip3 install torch torchvision torchaudio", "stable,pip,macos,cuda11.6,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
pip3 install torch torchvision torchaudio", "stable,pip,macos,rocm5.x,python": "
NOTE: ROCm is not available on MacOS", "stable,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio", "stable,conda,macos,cuda10.2,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
conda install pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda11.x,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
conda install pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,cuda11.6,python": "# MacOS Binaries dont support CUDA, install from source if CUDA is needed
conda install pytorch torchvision torchaudio -c pytorch", "stable,conda,macos,rocm5.x,python": "
NOTE: ROCm is not available on MacOS", "stable,conda,macos,accnone,python": "conda install pytorch torchvision torchaudio -c pytorch", "stable,libtorch,macos,accnone,cplusplus": "Download here:
https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip", "stable,libtorch,macos,cuda10.2,cplusplus": "MacOS binaries do not support CUDA. Download CPU libtorch here:
https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip", "stable,libtorch,macos,cuda11.x,cplusplus": "MacOS binaries do not support CUDA. Download CPU libtorch here:
https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip", "stable,libtorch,macos,cuda11.6,cplusplus": "MacOS binaries do not support CUDA. Download CPU libtorch here:
https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.12.1.zip", "stable,libtorch,macos,rocm5.x,cplusplus": "
NOTE: ROCm is not available on MacOS", "stable,pip,windows,accnone,python": "pip3 install torch torchvision torchaudio", "stable,pip,windows,cuda10.2,python": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "stable,pip,windows,cuda11.x,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113", "stable,pip,windows,cuda11.6,python": "pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116", "stable,pip,windows,rocm5.x,python": "
NOTE: ROCm is not available on Windows", "stable,conda,windows,cuda10.2,python": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "stable,conda,windows,cuda11.x,python": "conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch", "stable,conda,windows,cuda11.6,python": "
NOTE: 'conda-forge' channel is required for cudatoolkit 11.6
conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge", "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-1.12.1%2Bcpu.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.12.1%2Bcpu.zip", "stable,libtorch,windows,cuda10.2,cplusplus": "CUDA-10.2 PyTorch builds are no longer available for Windows, please use CUDA-11.6", "stable,libtorch,windows,cuda11.x,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-1.12.1%2Bcu113.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/cu113/libtorch-win-shared-with-deps-debug-1.12.1%2Bcu113.zip", "stable,libtorch,windows,cuda11.6,cplusplus": "Download here (Release version):
https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-1.12.1%2Bcu116.zipDownload here (Debug version):
https://download.pytorch.org/libtorch/cu116/libtorch-win-shared-with-deps-debug-1.12.1%2Bcu116.zip", "stable,libtorch,windows,rocm5.x,cplusplus": "
NOTE: ROCm is not available on Windows"};
var lts_notice = "
";
if (!object.hasOwnProperty(key)) {
diff --git a/published_versions.json b/published_versions.json
index cd8308cd200b..b58ba947c46f 100644
--- a/published_versions.json
+++ b/published_versions.json
@@ -1,5 +1,5 @@
{
- "latest_stable": "1.12.0",
+ "latest_stable": "1.12.1",
"latest_lts": "lts-1.8.2",
"versions": {
"preview": {
@@ -243,6 +243,245 @@
}
}
},
+ "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"
+ },
+ "cuda11.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"
+ },
+ "cuda11.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.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"
+ }
+ },
+ "cuda11.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"
+ }
+ },
+ "cuda11.6": {
+ "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"
+ },
+ "cuda11.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"
+ },
+ "cuda11.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.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"
+ }
+ },
+ "cuda11.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"
+ }
+ },
+ "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.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
+ },
+ "cuda11.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
+ },
+ "cuda11.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.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": {
+ }
+ },
+ "cuda11.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"
+ }
+ },
+ "cuda11.6": {
+ "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": {