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.",