From ec29d22e7aaad4330c868670efc1a26e0ef2c3cf Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Fri, 9 Jul 2021 17:50:30 -0700 Subject: [PATCH] Add ROCm torch-ort installation instructions (#8347) --- js/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/script.js b/js/script.js index d56555bc23..1799e7dbee 100644 --- a/js/script.js +++ b/js/script.js @@ -545,7 +545,7 @@ var ot_validCombos = { "Follow sample notebook from here", "ot_linux,ot_PyTorch18,ot_X64,ot_AMD": - "This combination is in preview. Please reach out for preview packages", + "This combination requires an AMD docker image. See the torch-ort repo for details", "ot_linux,ot_PyTorch18,ot_X64,ot_DNNL": "This combination of resources is not fully tested. It may be possible to build from source.", @@ -557,7 +557,7 @@ var ot_validCombos = { "pip install torch-ort -f https://onnxruntimepackages.z14.web.core.windows.net/onnxruntime_stable_torch190.cu111.html
python -m torch_ort.configure", "ot_linux,ot_PyTorch19,ot_X64,ot_AMD": - "This combination is in preview. Please reach out for preview packages", + "(Preview) pip install torch -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html
pip install torch-ort -f https://onnxruntimepackages.z14.web.core.windows.net/onnxruntime_stable_torch190.rocm42.html
python -m torch_ort.configure
", "ot_linux,ot_C++,ot_X64,ot_CUDA10": "This combination of resources is not fully tested. It may be possible to build from source.",