diff --git a/js/script.js b/js/script.js
index 7bb54b8e2f683..b266835b75a39 100644
--- a/js/script.js
+++ b/js/script.js
@@ -583,7 +583,7 @@ function ot_buildMatcher() {
var ot_validCombos = {
"ot_linux,ot_large_model,ot_python,ot_X64,ot_CUDA118,ot_stable":
- "pip install onnxruntime-training -f https://download.onnxruntime.ai/onnxruntime_stable_<cu_version*>.html
pip install torch-ort
python -m torch_ort.configure
*Available versions",
+ "pip install --pre onnxruntime-training --extra-index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT/pypi/simple/
pip install torch-ort
python -m torch_ort.configure",
"ot_linux,ot_large_model,ot_python,ot_X64,ot_CUDA118,ot_nightly":
"pip install --pre onnxruntime-training --extra-index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
pip install torch-ort
python -m torch_ort.configure",