Skip to content

Commit e19c172

Browse files
committed
Update ROCm version to 4.2
1 parent 7c22b9b commit e19c172

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

_includes/quick_start_local.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<div class="col-md-3 option block version" id="cuda11.1">
9797
<div class="option-text">CUDA 11.1</div>
9898
</div>
99-
<div class="col-md-3 option block version" id="rocm4.0">
100-
<div class="option-text">ROCm 4.0 (beta)</div>
99+
<div class="col-md-3 option block version" id="rocm4.2">
100+
<div class="option-text">ROCm 4.2 (beta)</div>
101101
</div>
102102
<div class="col-md-3 option block version" id="accnone">
103103
<div class="option-text">CPU</div>

assets/quick-start-module.js

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var supportedOperatingSystems = new Map([
88
var supportedComputePlatforms = new Map([
99
['cuda10.2', new Set(['linux', 'windows'])],
1010
['cuda11.1', new Set(['linux', 'windows'])],
11-
['rocm4.0', new Set(['linux'])],
11+
['rocm4.2', new Set(['linux'])],
1212
['accnone', new Set(['linux', 'macos', 'windows'])],
1313
]);
1414

@@ -215,7 +215,7 @@ function commandMessage(key) {
215215
"stable,conda,linux,cuda11.1,python":
216216
"<b>NOTE:</b> 'nvidia' channel is required for cudatoolkit 11.1<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia",
217217

218-
"stable,conda,linux,rocm4.0,python":
218+
"stable,conda,linux,rocm4.2,python":
219219
"<b>NOTE:</b> Conda packages are not currently available for ROCm, please use pip instead<br />",
220220

221221
"stable,conda,linux,accnone,python":
@@ -227,7 +227,7 @@ function commandMessage(key) {
227227
"stable,conda,macos,cuda11.1,python":
228228
"conda install pytorch torchvision torchaudio -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed",
229229

230-
"stable,conda,macos,rocm4.0,python":
230+
"stable,conda,macos,rocm4.2,python":
231231
"<b>NOTE:</b> ROCm is not available on MacOS",
232232

233233
"stable,conda,macos,accnone,python":
@@ -239,7 +239,7 @@ function commandMessage(key) {
239239
"stable,conda,windows,cuda11.1,python":
240240
"<b>NOTE:</b> 'conda-forge' channel is required for cudatoolkit 11.1<br />conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge",
241241

242-
"stable,conda,windows,rocm4.0,python":
242+
"stable,conda,windows,rocm4.2,python":
243243
"<b>NOTE:</b> ROCm is not available on Windows",
244244

245245
"stable,conda,windows,accnone,python":
@@ -251,7 +251,7 @@ function commandMessage(key) {
251251
"stable,pip,macos,cuda11.1,python":
252252
"pip3 install torch torchvision torchaudio<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed",
253253

254-
"stable,pip,macos,rocm4.0,python":
254+
"stable,pip,macos,rocm4.2,python":
255255
"<b>NOTE:</b> ROCm is not available on MacOS",
256256

257257
"stable,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio",
@@ -265,8 +265,8 @@ function commandMessage(key) {
265265
"stable,pip,linux,cuda11.1,python":
266266
"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",
267267

268-
"stable,pip,linux,rocm4.0,python":
269-
"pip3 install torch -f https://download.pytorch.org/whl/rocm4.0.1/torch_stable.html<br />pip3 install ninja && pip3 install 'git+https://github.com/pytorch/vision.git@v0.10.0'",
268+
"stable,pip,linux,rocm4.2,python":
269+
"pip3 install torch -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html<br />pip3 install ninja && pip3 install 'git+https://github.com/pytorch/vision.git@v0.10.0'",
270270

271271
"stable,pip,windows,accnone,python":
272272
"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",
@@ -277,7 +277,7 @@ function commandMessage(key) {
277277
"stable,pip,windows,cuda11.1,python":
278278
"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",
279279

280-
"stable,pip,windows,rocm4.0,python":
280+
"stable,pip,windows,rocm4.2,python":
281281
"<b>NOTE:</b> ROCm is not available on Windows",
282282

283283
"stable,libtorch,linux,accnone,cplusplus":
@@ -289,7 +289,7 @@ function commandMessage(key) {
289289
"stable,libtorch,linux,cuda11.1,cplusplus":
290290
"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>",
291291

292-
"stable,libtorch,linux,rocm4.0,cplusplus":
292+
"stable,libtorch,linux,rocm4.2,cplusplus":
293293
"LibTorch binaries are not available for ROCm, please build it from source",
294294

295295
"stable,libtorch,macos,accnone,cplusplus":
@@ -301,7 +301,7 @@ function commandMessage(key) {
301301
"stable,libtorch,macos,cuda11.1,cplusplus":
302302
"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>",
303303

304-
"stable,libtorch,macos,rocm4.0,cplusplus":
304+
"stable,libtorch,macos,rocm4.2,cplusplus":
305305
"<b>NOTE:</b> ROCm is not available on MacOS",
306306

307307
"stable,libtorch,windows,accnone,cplusplus":
@@ -313,7 +313,7 @@ function commandMessage(key) {
313313
"stable,libtorch,windows,cuda11.1,cplusplus":
314314
"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>",
315315

316-
"stable,libtorch,windows,rocm4.0,cplusplus":
316+
"stable,libtorch,windows,rocm4.2,cplusplus":
317317
"<b>NOTE:</b> ROCm is not available on Windows",
318318

319319
"preview,conda,linux,cuda10.2,python":
@@ -322,7 +322,7 @@ function commandMessage(key) {
322322
"preview,conda,linux,cuda11.1,python":
323323
"<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",
324324

325-
"preview,conda,linux,rocm4.0,python":
325+
"preview,conda,linux,rocm4.2,python":
326326
"<b>NOTE:</b> Conda packages are not currently available for ROCm, please use pip instead<br />",
327327

328328
"preview,conda,linux,accnone,python":
@@ -334,7 +334,7 @@ function commandMessage(key) {
334334
"preview,conda,macos,cuda11.1,python":
335335
"conda install pytorch torchvision torchaudio -c pytorch-nightly",
336336

337-
"preview,conda,macos,rocm4.0,python":
337+
"preview,conda,macos,rocm4.2,python":
338338
"<b>NOTE:</b> ROCm is not available on MacOS",
339339

340340
"preview,conda,macos,accnone,python":
@@ -346,7 +346,7 @@ function commandMessage(key) {
346346
"preview,conda,windows,cuda11.1,python":
347347
"<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",
348348

349-
"preview,conda,windows,rocm4.0,python":
349+
"preview,conda,windows,rocm4.2,python":
350350
"<b>NOTE:</b> ROCm is not available on Windows",
351351

352352
"preview,conda,windows,accnone,python":
@@ -358,7 +358,7 @@ function commandMessage(key) {
358358
"preview,pip,macos,cuda11.1,python":
359359
"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",
360360

361-
"preview,pip,macos,rocm4.0,python":
361+
"preview,pip,macos,rocm4.2,python":
362362
"pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html<br /># ROCm is not available on MacOS",
363363

364364
"preview,pip,macos,accnone,python":
@@ -373,8 +373,8 @@ function commandMessage(key) {
373373
"preview,pip,linux,cuda11.1,python":
374374
"pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html",
375375

376-
"preview,pip,linux,rocm4.0,python":
377-
"pip3 install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/rocm4.0.1/torch_nightly.html",
376+
"preview,pip,linux,rocm4.2,python":
377+
"pip3 install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/rocm4.2/torch_nightly.html",
378378

379379
"preview,pip,windows,accnone,python":
380380
"pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html",
@@ -385,7 +385,7 @@ function commandMessage(key) {
385385
"preview,pip,windows,cuda11.1,python":
386386
"pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html",
387387

388-
"preview,pip,windows,rocm4.0,python":
388+
"preview,pip,windows,rocm4.2,python":
389389
"<b>NOTE:</b> ROCm is not available on Windows",
390390

391391
"preview,libtorch,linux,accnone,cplusplus":
@@ -397,7 +397,7 @@ function commandMessage(key) {
397397
"preview,libtorch,linux,cuda11.1,cplusplus":
398398
"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>",
399399

400-
"preview,libtorch,linux,rocm4.0,cplusplus":
400+
"preview,libtorch,linux,rocm4.2,cplusplus":
401401
"LibTorch binaries are not available for ROCm, please build it from source",
402402

403403
"preview,libtorch,macos,accnone,cplusplus":
@@ -409,7 +409,7 @@ function commandMessage(key) {
409409
"preview,libtorch,macos,cuda11.1,cplusplus":
410410
"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>",
411411

412-
"preview,libtorch,macos,rocm4.0,cplusplus":
412+
"preview,libtorch,macos,rocm4.2,cplusplus":
413413
"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>",
414414

415415
"preview,libtorch,windows,accnone,cplusplus":
@@ -421,7 +421,7 @@ function commandMessage(key) {
421421
"preview,libtorch,windows,cuda11.1,cplusplus":
422422
"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>",
423423

424-
"preview,libtorch,windows,rocm4.0,cplusplus":
424+
"preview,libtorch,windows,rocm4.2,cplusplus":
425425
"<b>NOTE:</b> ROCm is not available on Windows",
426426

427427
"lts,conda,linux,cuda10.2,python":
@@ -430,7 +430,7 @@ function commandMessage(key) {
430430
"lts,conda,linux,cuda11.1,python":
431431
"<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",
432432

433-
"lts,conda,linux,rocm4.0,python":
433+
"lts,conda,linux,rocm4.2,python":
434434
"<b>NOTE:</b> ROCm is not supported in LTS",
435435

436436
"lts,conda,linux,accnone,python":
@@ -442,7 +442,7 @@ function commandMessage(key) {
442442
"lts,conda,macos,cuda11.1,python":
443443
"conda install pytorch torchvision torchaudio -c pytorch<br /># MacOS Binaries dont support CUDA, install from source if CUDA is needed",
444444

445-
"lts,conda,macos,rocm4.0,python":
445+
"lts,conda,macos,rocm4.2,python":
446446
"<b>NOTE:</b> ROCm is not supported in LTS",
447447

448448
"lts,conda,macos,accnone,python":
@@ -454,7 +454,7 @@ function commandMessage(key) {
454454
"lts,conda,windows,cuda11.1,python":
455455
"<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",
456456

457-
"lts,conda,windows,rocm4.0,python":
457+
"lts,conda,windows,rocm4.2,python":
458458
"<b>NOTE:</b> ROCm is not supported in LTS",
459459

460460
"lts,conda,windows,accnone,python":
@@ -466,7 +466,7 @@ function commandMessage(key) {
466466
"lts,pip,macos,cuda11.1,python":
467467
"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",
468468

469-
"lts,pip,macos,rocm4.0,python":
469+
"lts,pip,macos,rocm4.2,python":
470470
"<b>NOTE:</b> ROCm is not supported in LTS",
471471

472472
"lts,pip,macos,accnone,python": "pip3 install torch torchvision torchaudio -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html",
@@ -480,7 +480,7 @@ function commandMessage(key) {
480480
"lts,pip,linux,cuda11.1,python":
481481
"pip3 install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html",
482482

483-
"lts,pip,linux,rocm4.0,python":
483+
"lts,pip,linux,rocm4.2,python":
484484
"<b>NOTE:</b> ROCm is not supported in LTS",
485485

486486
"lts,pip,windows,accnone,python":
@@ -492,7 +492,7 @@ function commandMessage(key) {
492492
"lts,pip,windows,cuda11.1,python":
493493
"pip3 install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio===0.8.1 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html",
494494

495-
"lts,pip,windows,rocm4.0,python":
495+
"lts,pip,windows,rocm4.2,python":
496496
"<b>NOTE:</b> ROCm is not supported in LTS",
497497

498498
"lts,libtorch,linux,accnone,cplusplus":
@@ -504,7 +504,7 @@ function commandMessage(key) {
504504
"lts,libtorch,linux,cuda11.1,cplusplus":
505505
"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>",
506506

507-
"lts,libtorch,linux,rocm4.0,cplusplus":
507+
"lts,libtorch,linux,rocm4.2,cplusplus":
508508
"<b>NOTE:</b> ROCm is not supported in LTS",
509509

510510
"lts,libtorch,macos,accnone,cplusplus":
@@ -516,7 +516,7 @@ function commandMessage(key) {
516516
"lts,libtorch,macos,cuda11.1,cplusplus":
517517
"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>",
518518

519-
"lts,libtorch,macos,rocm4.0,cplusplus":
519+
"lts,libtorch,macos,rocm4.2,cplusplus":
520520
"<b>NOTE:</b> ROCm is not supported in LTS",
521521

522522
"lts,libtorch,windows,accnone,cplusplus":
@@ -528,7 +528,7 @@ function commandMessage(key) {
528528
"lts,libtorch,windows,cuda11.1,cplusplus":
529529
"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>",
530530

531-
"lts,libtorch,windows,rocm4.0,cplusplus":
531+
"lts,libtorch,windows,rocm4.2,cplusplus":
532532
"<b>NOTE:</b> ROCm is not supported in LTS",
533533
};
534534
var lts_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

Comments
 (0)