diff --git a/js/script.js b/js/script.js index e54d772e7a90a..30197fc890b3d 100644 --- a/js/script.js +++ b/js/script.js @@ -583,16 +583,16 @@ function ot_buildMatcher() { var ot_validCombos = { "ot_linux,ot_large_model,ot_python,ot_X64,ot_CUDA,ot_stable": - "pip install onnxruntime-training -f https://downloads.onnxruntime.ai/onnxruntime_stable_<cu_version*>.html
pip install torch-ort
python -m torch_ort.configure

*Available versions", + "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", "ot_linux,ot_large_model,ot_python,ot_X64,ot_CUDA,ot_nightly": - "pip install onnxruntime-training -f https://downloads.onnxruntime.ai/onnxruntime_nightly_<cu_version*>.html
pip install torch-ort
python -m torch_ort.configure

*Available versions", + "python -m pip install cerberus flatbuffers h5py numpy>=1.16.6 onnx packaging protobuf sympy setuptools>=41.4.0
pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-nightly/pypi/simple/ onnxruntime-training
pip install torch-ort
python -m torch_ort.configure", "ot_linux,ot_large_model,ot_python,ot_X64,ot_ROCm,ot_stable": - "pip install onnxruntime-training -f https://downloads.onnxruntime.ai/onnxruntime_stable_<rocm_version*>.html
pip install torch-ort
python -m torch_ort.configure

*Available versions", + "pip install onnxruntime-training -f https://download.onnxruntime.ai/onnxruntime_stable_<rocm_version*>.html
pip install torch-ort
python -m torch_ort.configure

*Available versions", "ot_linux,ot_large_model,ot_python,ot_X64,ot_ROCm,ot_nightly": - "pip install onnxruntime-training -f https://downloads.onnxruntime.ai/onnxruntime_nightly_<rocm_version*>.html
pip install torch-ort
python -m torch_ort.configure

*Available versions", + "pip install onnxruntime-training -f https://download.onnxruntime.ai/onnxruntime_nightly_<rocm_version*>.html
pip install torch-ort
python -m torch_ort.configure

*Available versions", "ot_linux,ot_on_device,ot_python,ot_X64,ot_CPU,ot_stable": "python -m pip install cerberus flatbuffers h5py numpy>=1.16.6 onnx packaging protobuf sympy setuptools>=41.4.0
pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT/pypi/simple/ onnxruntime-training-cpu",