diff --git a/index.html b/index.html index 219dc21f16..b9b8af7549 100644 --- a/index.html +++ b/index.html @@ -625,7 +625,7 @@ Console.WriteLine(outputs[0].AsTensor()[0]);

Platform

- Platform list contains three items + Platform list contains five items

()[0]); aria-selected="true" id="ot_windows"> Windows
+
+ Mac +
Android
+
+ iOS +
@@ -652,7 +660,7 @@ Console.WriteLine(outputs[0].AsTensor()[0]);

API

- API list contains five items + API list contains six items

()[0]); aria-selected="true" id="ot_java"> Java
+
+ Obj-C +
diff --git a/js/script.js b/js/script.js index 4b910b3d9e..55bba8601c 100644 --- a/js/script.js +++ b/js/script.js @@ -576,7 +576,7 @@ var ot_validCombos = { "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", "ot_linux,ot_on_device,ot_python,ot_X64,ot_CPU": - "pip install onnxruntime-training -f https://downloads.onnxruntime.ai/onnxruntime_stable_<cu_version*>.html

*Available versions", + "pip install onnxruntime-training

*Available versions", "ot_linux,ot_on_device,ot_python,ot_X64,ot_CUDA": "Follow build instructions from here", @@ -631,6 +631,19 @@ var ot_validCombos = { "ot_android,ot_on_device,ot_java,ot_X64,ot_CPU": "Add a dependency on com.microsoft.onnxruntime:onnxruntime-training-android using Maven/Gradle and refer to the instructions here.", + + "ot_mac,ot_on_device,ot_python,ot_X64,ot_CPU": + "pip install onnxruntime-training

*Available versions", + + "ot_ios,ot_on_device,ot_objc,ot_X64,ot_CPU": + "Add 'onnxruntime-training-objc' using CocoaPods and refer to the mobile deployment guide", + + "ot_ios,ot_on_device,ot_c,ot_X64,ot_CPU": + "Add 'onnxruntime-training-c' using CocoaPods and refer to the mobile deployment guide", + + "ot_ios,ot_on_device,ot_cplusplus,ot_X64,ot_CPU": + "Add 'onnxruntime-training-c' using CocoaPods and refer to the mobile deployment guide", + }; function ot_commandMessage(key) {