11{
2- "latest_stable" : " 2.12.0 " ,
2+ "latest_stable" : " 2.12.1 " ,
33 "latest_lts" : " lts-1.8.2" ,
44 "versions" : {
55 "preview" : {
150150 "accnone" : {
151151 "note" : null ,
152152 "versions" : {
153- "Download here (Release version):" : " https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip" ,
154- "Download here (Debug version):" : " https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip"
153+ "Download here (Release version):" : " https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip"
155154 }
156155 },
157156 "cuda.x" : {
158157 "note" : null ,
159158 "versions" : {
160- "Download here (Release version):" : " https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip" ,
161- "Download here (Debug version):" : " https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip"
159+ "Download here (Release version):" : " https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip"
162160 }
163161 },
164162 "cuda.y" : {
165163 "note" : null ,
166164 "versions" : {
167- "Download here (Release version):" : " https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip" ,
168- "Download here (Debug version):" : " https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip"
165+ "Download here (Release version):" : " https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip"
169166 }
170167 },
171168 "cuda.z" : {
172169 "note" : null ,
173170 "versions" : {
174- "Download here (Release version):" : " https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip" ,
175- "Download here (Debug version):" : " https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip"
171+ "Download here (Release version):" : " https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip"
176172 }
177173 },
178174 "rocm5.x" : {
72757271 }
72767272 }
72777273 }
7274+ },
7275+ "2.12.1" : {
7276+ "linux" : {
7277+ "pip" : {
7278+ "accnone" : {
7279+ "note" : null ,
7280+ "command" : " pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu"
7281+ },
7282+ "cuda.x" : {
7283+ "note" : null ,
7284+ "command" : " pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126"
7285+ },
7286+ "cuda.y" : {
7287+ "note" : null ,
7288+ "command" : " pip3 install torch torchvision"
7289+ },
7290+ "cuda.z" : {
7291+ "note" : null ,
7292+ "command" : " pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132"
7293+ },
7294+ "rocm5.x" : {
7295+ "note" : null ,
7296+ "command" : " pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2"
7297+ }
7298+ },
7299+ "libtorch" : {
7300+ "accnone" : {
7301+ "note" : null ,
7302+ "versions" : {
7303+ "Download here (cxx11 ABI):" : " https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.1%2Bcpu.zip"
7304+ }
7305+ },
7306+ "cuda.x" : {
7307+ "note" : null ,
7308+ "versions" : {
7309+ "Download here (cxx11 ABI):" : " https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.1%2Bcu126.zip"
7310+ }
7311+ },
7312+ "cuda.y" : {
7313+ "note" : null ,
7314+ "versions" : {
7315+ "Download here (cxx11 ABI):" : " https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.1%2Bcu130.zip"
7316+ }
7317+ },
7318+ "cuda.z" : {
7319+ "note" : null ,
7320+ "versions" : {
7321+ "Download here (cxx11 ABI):" : " https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.1%2Bcu132.zip"
7322+ }
7323+ },
7324+ "rocm5.x" : {
7325+ "note" : null ,
7326+ "versions" : {
7327+ "Download here (cxx11 ABI):" : " https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.1%2Brocm7.2.zip"
7328+ }
7329+ }
7330+ }
7331+ },
7332+ "macos" : {
7333+ "pip" : {
7334+ "cuda.x" : {
7335+ "note" : " # CUDA is not available on MacOS, please use default package" ,
7336+ "command" : " pip3 install torch torchvision" ,
7337+ "default" : true
7338+ },
7339+ "cuda.y" : {
7340+ "note" : " # CUDA is not available on MacOS, please use default package" ,
7341+ "command" : " pip3 install torch torchvision" ,
7342+ "default" : true
7343+ },
7344+ "cuda.z" : {
7345+ "note" : " # CUDA is not available on MacOS, please use default package" ,
7346+ "command" : " pip3 install torch torchvision" ,
7347+ "default" : true
7348+ },
7349+ "rocm5.x" : {
7350+ "note" : " # ROCm is not available on MacOS, please use default package" ,
7351+ "command" : " pip3 install torch torchvision" ,
7352+ "default" : true
7353+ },
7354+ "accnone" : {
7355+ "note" : null ,
7356+ "command" : " pip3 install torch torchvision"
7357+ }
7358+ },
7359+ "libtorch" : {
7360+ "accnone" : {
7361+ "note" : null ,
7362+ "versions" : {
7363+ "Download arm64 libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7364+ }
7365+ },
7366+ "cuda.x" : {
7367+ "note" : null ,
7368+ "default" : true ,
7369+ "versions" : {
7370+ "Download arm64 libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7371+ }
7372+ },
7373+ "cuda.y" : {
7374+ "note" : null ,
7375+ "default" : true ,
7376+ "versions" : {
7377+ "Download arm64 libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7378+ }
7379+ },
7380+ "cuda.z" : {
7381+ "note" : null ,
7382+ "default" : true ,
7383+ "versions" : {
7384+ "Download arm64 libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7385+ }
7386+ },
7387+ "rocm5.x" : {
7388+ "note" : null ,
7389+ "default" : true ,
7390+ "versions" : {
7391+ "Download arm64 libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7392+ }
7393+ }
7394+ }
7395+ },
7396+ "windows" : {
7397+ "pip" : {
7398+ "accnone" : {
7399+ "note" : null ,
7400+ "command" : " pip3 install torch torchvision"
7401+ },
7402+ "cuda.x" : {
7403+ "note" : null ,
7404+ "command" : " pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126"
7405+ },
7406+ "cuda.y" : {
7407+ "note" : null ,
7408+ "command" : " pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130"
7409+ },
7410+ "cuda.z" : {
7411+ "note" : null ,
7412+ "command" : " pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132"
7413+ },
7414+ "rocm5.x" : {
7415+ "note" : " <b>NOTE:</b> ROCm is not available on Windows" ,
7416+ "command" : null
7417+ }
7418+ },
7419+ "libtorch" : {
7420+ "accnone" : {
7421+ "note" : null ,
7422+ "versions" : {
7423+ "Download here (Release version):" : " https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.1%2Bcpu.zip"
7424+ }
7425+ },
7426+ "cuda.x" : {
7427+ "note" : null ,
7428+ "versions" : {
7429+ "Download here (Release version):" : " https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.1%2Bcu126.zip"
7430+ }
7431+ },
7432+ "cuda.y" : {
7433+ "note" : null ,
7434+ "versions" : {
7435+ "Download here (Release version):" : " https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.1%2Bcu130.zip"
7436+ }
7437+ },
7438+ "cuda.z" : {
7439+ "note" : null ,
7440+ "versions" : {
7441+ "Download here (Release version):" : " https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.1%2Bcu132.zip"
7442+ }
7443+ },
7444+ "rocm5.x" : {
7445+ "note" : " <b>NOTE:</b> ROCm is not available on Windows" ,
7446+ "versions" : null
7447+ }
7448+ }
7449+ }
72787450 }
72797451 }
72807452}
0 commit comments