From f1534641c6f554e6303f43f4930923f06fda5b16 Mon Sep 17 00:00:00 2001 From: Caroline Zhu Date: Tue, 12 Sep 2023 20:42:08 -0700 Subject: [PATCH] [website] Fixes to ORT-training installation instructions (#17528) --- js/script.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",