From 7c1102b1b5faf6c75f575f10e837d0c135e4246b Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Mon, 12 Jul 2021 16:06:26 -0700 Subject: [PATCH] Website: update openvino, cuda, and mobile install instructions (#8348) * update openvino, cuda, and mobile install instructions * add coreml/obj-c combo * update link to /latest --- js/script.js | 54 +++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/js/script.js b/js/script.js index 1799e7dbee..f4fbf198dc 100644 --- a/js/script.js +++ b/js/script.js @@ -629,31 +629,31 @@ function ot_commandMessage(key) { var validCombos = { "windows,C-API,X64,CUDA": - "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for requirements.", "windows,C++,X64,CUDA": - "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for requirements.", "windows,C#,X64,CUDA": - "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for requirements.", "windows,Python,X64,CUDA": - "pip install onnxruntime-gpu", + "pip install onnxruntime-gpu
Refer to docs for requirements.", "linux,Python,ARM64,CUDA": "For Jetpack 4.4+, follow installation instructions from here", "linux,C-API,X64,CUDA": - "Download .tgz file from Github", + "Download .tgz file from Github
Refer to docs for requirements.", "linux,C++,X64,CUDA": - "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for requirements.", "linux,C#,X64,CUDA": - "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for requirements.", "linux,Python,X64,CUDA": - "pip install onnxruntime-gpu", + "pip install onnxruntime-gpu
Refer to docs for requirements.", "linux,C-API,ARM32,DefaultCPU": "Follow build instructions from here", @@ -788,7 +788,7 @@ var validCombos = { "Follow build instructions from here", "linux,Python,X64,OpenVINO": - "Follow build instructions from here", + "Follow installation instructions from here. Docker image also available.", "windows,C-API,X64,OpenVINO": "Follow build instructions from here", @@ -851,7 +851,7 @@ var validCombos = { "This combination of resources has not yet been tested. It may be possible to build from source.", "windows,C-API,X86,DirectML": - "Install Nuget package Microsoft.ML.OnnxRuntime.DirectML", + "Install Nuget package Microsoft.ML.OnnxRuntime.DirectML
Refer to docs for requirements.", "windows,C++,X86,DirectML": "Install Nuget package Microsoft.ML.OnnxRuntime.DirectML", @@ -878,9 +878,8 @@ var validCombos = { "Add a dependency on com.microsoft.onnxruntime:onnxruntime using Maven/Gradle", "linux,Java,X64,CUDA": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime_gpu using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime_gpu using Maven/Gradle.
Refer to docs for requirements.", - "mac,Java,X64,DefaultCPU": "Add a dependency on com.microsoft.onnxruntime:onnxruntime using Maven/Gradle", @@ -931,7 +930,7 @@ var validCombos = { "Add a dependency on com.microsoft.onnxruntime:onnxruntime using Maven/Gradle", "windows,Java,X64,CUDA": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime_gpu using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime_gpu using Maven/Gradle.
Refer to docs for requirements.", "windows,Java,X64,TensorRT": "Follow build and API instructions", @@ -970,7 +969,7 @@ var validCombos = { "Follow build instructions from here", "android,Java,ARM64,NNAPI": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", "android,C-API,X86,NNAPI": "Follow build instructions from here", @@ -979,7 +978,7 @@ var validCombos = { "Follow build instructions from here", "android,Java,X64,NNAPI": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", "android,C-API,X64,NNAPI": "Follow build instructions from here", @@ -988,7 +987,7 @@ var validCombos = { "Follow build instructions from here", "android,Java,X86,NNAPI": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", "android,C-API,ARM32,NNAPI": "Follow build instructions from here", @@ -997,7 +996,7 @@ var validCombos = { "Follow build instructions from here", "android,Java,ARM32,NNAPI": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", "android,C-API,ARM64,DefaultCPU": "Follow build instructions from here", @@ -1006,7 +1005,7 @@ var validCombos = { "Follow build instructions from here", "android,Java,ARM64,DefaultCPU": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", "android,C-API,ARM32,DefaultCPU": "Follow build instructions from here", @@ -1015,7 +1014,7 @@ var validCombos = { "Follow build instructions from here", "android,Java,ARM32,DefaultCPU": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", "android,C-API,X86,DefaultCPU": "Follow build instructions from here", @@ -1024,7 +1023,7 @@ var validCombos = { "Follow build instructions from here", "android,Java,X86,DefaultCPU": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", "android,C-API,X64,DefaultCPU": "Follow build instructions from here", @@ -1033,22 +1032,25 @@ var validCombos = { "Follow build instructions from here", "android,Java,X64,DefaultCPU": - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", "ios,C-API,ARM64,DefaultCPU": - "Add 'onnxruntime-mobile-c' using CocoaPods", + "Add 'onnxruntime-mobile-c' using CocoaPods and refer to the mobile deployment guide", "ios,C++,ARM64,DefaultCPU": - "Add 'onnxruntime-mobile-c' using CocoaPods", + "Add 'onnxruntime-mobile-c' using CocoaPods and refer to the mobile deployment guide", "ios,C-API,ARM64,CoreML": - "Follow build instructions from here", + "Add 'onnxruntime-mobile-c' using CocoaPods and refer to the mobile deployment guide", "ios,C++,ARM64,CoreML": - "Follow build instructions from here", + "Add 'onnxruntime-mobile-c' using CocoaPods and refer to the mobile deployment guide", "ios,objectivec,ARM64,DefaultCPU": - "Add 'onnxruntime-mobile-objc' using CocoaPods", + "Add 'onnxruntime-mobile-objc' using CocoaPods and refer to the mobile deployment guide", + + "ios,objectivec,ARM64,CoreML": + "Add 'onnxruntime-mobile-objc' using CocoaPods and refer to the mobile deployment guide", "windows,Python,X86,VitisAI": "Follow build instructions from here",