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.",