diff --git a/js/script.js b/js/script.js
index be6bb659d5..2f636f636f 100644
--- a/js/script.js
+++ b/js/script.js
@@ -818,7 +818,7 @@ var validCombos = {
"Install Nuget package
Microsoft.ML.OnnxRuntime.Gpu Refer to
docs for usage details.",
"windows,Python,X64,TensorRT":
- "Follow build instructions from
here",
+ "pip install onnxruntime-gpu
Refer to
docs for requirements.",
"linux,C-API,X64,TensorRT":
"Install Nuget package
Microsoft.ML.OnnxRuntime.Gpu Refer to
docs for usage details.",
@@ -830,19 +830,13 @@ var validCombos = {
"Install Nuget package
Microsoft.ML.OnnxRuntime.Gpu Refer to
docs for usage details.",
"linux,Python,X64,TensorRT":
- "Follow build instructions from
here",
+ "pip install onnxruntime-gpu
Refer to
docs for requirements.",
- "linux,C-API,ARM64,TensorRT":
- "Install Nuget package
Microsoft.ML.OnnxRuntime.Gpu Refer to
docs for usage details.",
-
- "linux,C++,ARM64,TensorRT":
- "Install Nuget package
Microsoft.ML.OnnxRuntime.Gpu Refer to
docs for usage details.",
-
- "linux,C#,ARM64,TensorRT":
- "Install Nuget package
Microsoft.ML.OnnxRuntime.Gpu Refer to
docs for usage details.",
+ "linux,C#,ARM64,DefaultCPU":
+ "Install Nuget package
Microsoft.ML.OnnxRuntime",
"linux,Python,ARM64,TensorRT":
- "Follow build instructions from here",
+ "pip install onnxruntime-gpu
Refer to
docs for requirements.",
"mac,C-API,X86,DefaultCPU":
"This combination of resources has not yet been tested. It may be possible to
build from source.",
@@ -1048,7 +1042,13 @@ var validCombos = {
"android,Java,X64,DefaultCPU":
"Add a dependency on
com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the
mobile deployment guide",
-
+
+ "android,C#,ARM64,DefaultCPU":
+ "Install Nuget package
Microsoft.ML.OnnxRuntime.
Refer to sample
here.",
+
+ "android,C#,ARM64,NNAPI":
+ "Install Nuget package
Microsoft.ML.OnnxRuntime.
Refer to sample
here.",
+
"ios,C-API,ARM64,DefaultCPU":
"Add 'onnxruntime-mobile-c' using CocoaPods and refer to the
mobile deployment guide",
@@ -1067,6 +1067,12 @@ var validCombos = {
"ios,objectivec,ARM64,CoreML":
"Add 'onnxruntime-mobile-objc' using CocoaPods and refer to the
mobile deployment guide",
+ "ios,C#,ARM64,DefaultCPU":
+ "Install Nuget package
Microsoft.ML.OnnxRuntime.
Refer to sample
here.",
+
+ "ios,C#,ARM64,CoreML":
+ "Install Nuget package
Microsoft.ML.OnnxRuntime.
Refer to sample
here.",
+
"windows,Python,X86,VitisAI":
"Follow build instructions from
here",