From fb52ce8a56bb3c8d3442a1323c3f09fce347b556 Mon Sep 17 00:00:00 2001 From: carzh Date: Wed, 20 Sep 2023 17:03:14 +0000 Subject: [PATCH] updated with 1.16.0 devop stable installation instr --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",