You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -289,7 +289,7 @@ function commandMessage(key) {
289
289
"stable,libtorch,linux,cuda11.1,cplusplus":
290
290
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.0%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.9.0%2Bcu111.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.9.0%2Bcu111.zip</a>",
291
291
292
-
"stable,libtorch,linux,rocm4.0,cplusplus":
292
+
"stable,libtorch,linux,rocm4.2,cplusplus":
293
293
"LibTorch binaries are not available for ROCm, please build it from source",
294
294
295
295
"stable,libtorch,macos,accnone,cplusplus":
@@ -301,7 +301,7 @@ function commandMessage(key) {
301
301
"stable,libtorch,macos,cuda11.1,cplusplus":
302
302
"MacOS binaries do not support CUDA. Download CPU libtorch here: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip </a>",
303
303
304
-
"stable,libtorch,macos,rocm4.0,cplusplus":
304
+
"stable,libtorch,macos,rocm4.2,cplusplus":
305
305
"<b>NOTE:</b> ROCm is not available on MacOS",
306
306
307
307
"stable,libtorch,windows,accnone,cplusplus":
@@ -313,7 +313,7 @@ function commandMessage(key) {
313
313
"stable,libtorch,windows,cuda11.1,cplusplus":
314
314
"Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.9.0%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.9.0%2Bcu111.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.9.0%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.9.0%2Bcu111.zip</a>",
315
315
316
-
"stable,libtorch,windows,rocm4.0,cplusplus":
316
+
"stable,libtorch,windows,rocm4.2,cplusplus":
317
317
"<b>NOTE:</b> ROCm is not available on Windows",
318
318
319
319
"preview,conda,linux,cuda10.2,python":
@@ -322,7 +322,7 @@ function commandMessage(key) {
322
322
"preview,conda,linux,cuda11.1,python":
323
323
"<b>NOTE:</b> 'nvidia' channel is required for cudatoolkit 11.1<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-nightly -c nvidia",
324
324
325
-
"preview,conda,linux,rocm4.0,python":
325
+
"preview,conda,linux,rocm4.2,python":
326
326
"<b>NOTE:</b> Conda packages are not currently available for ROCm, please use pip instead<br />",
327
327
328
328
"preview,conda,linux,accnone,python":
@@ -334,7 +334,7 @@ function commandMessage(key) {
@@ -346,7 +346,7 @@ function commandMessage(key) {
346
346
"preview,conda,windows,cuda11.1,python":
347
347
"<b>NOTE:</b> 'conda-forge' channel is required for cudatoolkit 11.1<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-nightly -c conda-forge",
348
348
349
-
"preview,conda,windows,rocm4.0,python":
349
+
"preview,conda,windows,rocm4.2,python":
350
350
"<b>NOTE:</b> ROCm is not available on Windows",
351
351
352
352
"preview,conda,windows,accnone,python":
@@ -358,7 +358,7 @@ function commandMessage(key) {
358
358
"preview,pip,macos,cuda11.1,python":
359
359
"pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># On MacOS, we provide CPU-only packages, CUDA functionality is not provided",
360
360
361
-
"preview,pip,macos,rocm4.0,python":
361
+
"preview,pip,macos,rocm4.2,python":
362
362
"pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># ROCm is not available on MacOS",
363
363
364
364
"preview,pip,macos,accnone,python":
@@ -373,8 +373,8 @@ function commandMessage(key) {
@@ -397,7 +397,7 @@ function commandMessage(key) {
397
397
"preview,libtorch,linux,cuda11.1,cplusplus":
398
398
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/nightly/cu111/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu111/libtorch-shared-with-deps-latest.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/nightly/cu111/libtorch-cxx11-abi-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu111/libtorch-cxx11-abi-shared-with-deps-latest.zip</a>",
399
399
400
-
"preview,libtorch,linux,rocm4.0,cplusplus":
400
+
"preview,libtorch,linux,rocm4.2,cplusplus":
401
401
"LibTorch binaries are not available for ROCm, please build it from source",
402
402
403
403
"preview,libtorch,macos,accnone,cplusplus":
@@ -409,7 +409,7 @@ function commandMessage(key) {
409
409
"preview,libtorch,macos,cuda11.1,cplusplus":
410
410
"MacOS binaries do not support CUDA. Download CPU libtorch here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip'> https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip </a>",
411
411
412
-
"preview,libtorch,macos,rocm4.0,cplusplus":
412
+
"preview,libtorch,macos,rocm4.2,cplusplus":
413
413
"ROCm is not available on MacOS. Download CPU libtorch here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip'> https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip </a>",
414
414
415
415
"preview,libtorch,windows,accnone,cplusplus":
@@ -421,7 +421,7 @@ function commandMessage(key) {
421
421
"preview,libtorch,windows,cuda11.1,cplusplus":
422
422
"Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/nightly/cu111/libtorch-win-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu111/libtorch-win-shared-with-deps-latest.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/nightly/cu111/libtorch-win-shared-with-deps-debug-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu111/libtorch-win-shared-with-deps-debug-latest.zip</a>",
423
423
424
-
"preview,libtorch,windows,rocm4.0,cplusplus":
424
+
"preview,libtorch,windows,rocm4.2,cplusplus":
425
425
"<b>NOTE:</b> ROCm is not available on Windows",
426
426
427
427
"lts,conda,linux,cuda10.2,python":
@@ -430,7 +430,7 @@ function commandMessage(key) {
430
430
"lts,conda,linux,cuda11.1,python":
431
431
"<b>NOTE:</b> 'nvidia' channel is required for cudatoolkit 11.1<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c nvidia",
432
432
433
-
"lts,conda,linux,rocm4.0,python":
433
+
"lts,conda,linux,rocm4.2,python":
434
434
"<b>NOTE:</b> ROCm is not supported in LTS",
435
435
436
436
"lts,conda,linux,accnone,python":
@@ -442,7 +442,7 @@ function commandMessage(key) {
442
442
"lts,conda,macos,cuda11.1,python":
443
443
"conda install pytorch torchvision torchaudio -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed",
444
444
445
-
"lts,conda,macos,rocm4.0,python":
445
+
"lts,conda,macos,rocm4.2,python":
446
446
"<b>NOTE:</b> ROCm is not supported in LTS",
447
447
448
448
"lts,conda,macos,accnone,python":
@@ -454,7 +454,7 @@ function commandMessage(key) {
454
454
"lts,conda,windows,cuda11.1,python":
455
455
"<b>NOTE:</b> 'conda-forge' channel is required for cudatoolkit 11.1<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c conda-forge",
456
456
457
-
"lts,conda,windows,rocm4.0,python":
457
+
"lts,conda,windows,rocm4.2,python":
458
458
"<b>NOTE:</b> ROCm is not supported in LTS",
459
459
460
460
"lts,conda,windows,accnone,python":
@@ -466,7 +466,7 @@ function commandMessage(key) {
466
466
"lts,pip,macos,cuda11.1,python":
467
467
"pip3 install torch torchvision torchaudio -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed",
@@ -504,7 +504,7 @@ function commandMessage(key) {
504
504
"lts,libtorch,linux,cuda11.1,cplusplus":
505
505
"Download here (Pre-cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.8.1%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-shared-with-deps-1.8.1%2Bcu111.zip</a><br/><br> Download here (cxx11 ABI): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.8.1%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-cxx11-abi-shared-with-deps-1.8.1%2Bcu111.zip</a>",
506
506
507
-
"lts,libtorch,linux,rocm4.0,cplusplus":
507
+
"lts,libtorch,linux,rocm4.2,cplusplus":
508
508
"<b>NOTE:</b> ROCm is not supported in LTS",
509
509
510
510
"lts,libtorch,macos,accnone,cplusplus":
@@ -516,7 +516,7 @@ function commandMessage(key) {
516
516
"lts,libtorch,macos,cuda11.1,cplusplus":
517
517
"MacOS binaries do not support CUDA. Download CPU libtorch here: <br/><a href='https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.8.1.zip'> https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.8.1.zip </a>",
518
518
519
-
"lts,libtorch,macos,rocm4.0,cplusplus":
519
+
"lts,libtorch,macos,rocm4.2,cplusplus":
520
520
"<b>NOTE:</b> ROCm is not supported in LTS",
521
521
522
522
"lts,libtorch,windows,accnone,cplusplus":
@@ -528,7 +528,7 @@ function commandMessage(key) {
528
528
"lts,libtorch,windows,cuda11.1,cplusplus":
529
529
"Download here for C++ (Release version): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.8.1%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.8.1%2Bcu111.zip</a><br/><br> Download here for C++ (Debug version): <br/><a href='https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.8.1%2Bcu111.zip'>https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-debug-1.8.1%2Bcu111.zip</a>",
530
530
531
-
"lts,libtorch,windows,rocm4.0,cplusplus":
531
+
"lts,libtorch,windows,rocm4.2,cplusplus":
532
532
"<b>NOTE:</b> ROCm is not supported in LTS",
533
533
};
534
534
varlts_notice="<div class='alert-secondary'><b>Note</b>: Additional support for these binaries may be provided by <a href='/enterprise-support-program' style='font-size:100%'>PyTorch Enterprise Support Program Participants</a>.</div>";
0 commit comments