From ca4d2a5e4651e7ad72e8abf828741ae9d564fad9 Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:59:01 -0700 Subject: [PATCH] update table.svelte --- src/routes/getting-started/table.svelte | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/routes/getting-started/table.svelte b/src/routes/getting-started/table.svelte index 3e54164299012..b47ec1fa21fc6 100644 --- a/src/routes/getting-started/table.svelte +++ b/src/routes/getting-started/table.svelte @@ -409,7 +409,7 @@ "Follow build instructions from here", 'android,Java,ARM64,NNAPI': - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android or com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android using Maven/Gradle and refer to the mobile deployment guide", 'android,C-API,X86,NNAPI': "Follow build instructions from here", @@ -421,7 +421,7 @@ "Install Nuget package Microsoft.ML.OnnxRuntime.", 'android,Java,X64,NNAPI': - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android or com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android using Maven/Gradle and refer to the mobile deployment guide", 'android,C-API,X64,NNAPI': "Follow build instructions from here", @@ -433,7 +433,7 @@ "Install Nuget package Microsoft.ML.OnnxRuntime.", 'android,Java,X86,NNAPI': - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android or com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android using Maven/Gradle and refer to the mobile deployment guide", 'android,C-API,ARM32,NNAPI': "Follow build instructions from here", @@ -445,7 +445,7 @@ "Install Nuget package Microsoft.ML.OnnxRuntime.", 'android,Java,ARM32,NNAPI': - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android or com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android using Maven/Gradle and refer to the mobile deployment guide", 'android,C-API,ARM64,DefaultCPU': "Follow build instructions from here", @@ -454,7 +454,7 @@ "Follow build instructions from here", 'android,Java,ARM64,DefaultCPU': - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android or com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android using Maven/Gradle and refer to the mobile deployment guide", 'android,C-API,ARM32,DefaultCPU': "Follow build instructions from here", @@ -466,7 +466,7 @@ "Install Nuget package Microsoft.ML.OnnxRuntime.", 'android,Java,ARM32,DefaultCPU': - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android or com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android using Maven/Gradle and refer to the mobile deployment guide", 'android,C-API,X86,DefaultCPU': "Follow build instructions from here", @@ -478,7 +478,7 @@ "Install Nuget package Microsoft.ML.OnnxRuntime.", 'android,Java,X86,DefaultCPU': - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android or com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android using Maven/Gradle and refer to the mobile deployment guide", 'android,C-API,X64,DefaultCPU': "Follow build instructions from here", @@ -490,7 +490,7 @@ "Install Nuget package Microsoft.ML.OnnxRuntime.", 'android,Java,X64,DefaultCPU': - "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android or com.microsoft.onnxruntime:onnxruntime-mobile using Maven/Gradle and refer to the mobile deployment guide", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime-android using Maven/Gradle and refer to the mobile deployment guide", 'android,C#,ARM64,DefaultCPU': "Install Nuget package Microsoft.ML.OnnxRuntime.", @@ -499,22 +499,22 @@ "Install Nuget package Microsoft.ML.OnnxRuntime.", 'ios,C-API,ARM64,DefaultCPU': - "Add 'onnxruntime-c' or 'onnxruntime-mobile-c' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", 'ios,C++,ARM64,DefaultCPU': - "Add 'onnxruntime-c' or 'onnxruntime-mobile-c' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", 'ios,C-API,ARM64,CoreML': - "Add 'onnxruntime-c' or 'onnxruntime-mobile-c' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", 'ios,C++,ARM64,CoreML': - "Add 'onnxruntime-c' or 'onnxruntime-mobile-c' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", 'ios,objectivec,ARM64,DefaultCPU': - "Add 'onnxruntime-objc' or 'onnxruntime-mobile-objc' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", 'ios,objectivec,ARM64,CoreML': - "Add 'onnxruntime-objc' or 'onnxruntime-mobile-objc' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", 'ios,C#,ARM64,DefaultCPU': "Install Nuget package Microsoft.ML.OnnxRuntime.",