From 1df80a79939c4bd7c58d3f128f9288cff4138c9b Mon Sep 17 00:00:00 2001 From: MaanavD Date: Wed, 24 Jan 2024 19:17:34 -0800 Subject: [PATCH] fixed based on suggestions. --- src/routes/getting-started/table.svelte | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/routes/getting-started/table.svelte b/src/routes/getting-started/table.svelte index 904d51574e43d..3c3a76b083c20 100644 --- a/src/routes/getting-started/table.svelte +++ b/src/routes/getting-started/table.svelte @@ -143,7 +143,7 @@ "Install Nuget package Microsoft.ML.OnnxRuntime", 'mac,C-API,X64,DefaultCPU': - "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide or download .tgz file from Github.", + "Add 'onnxruntime-c' using CocoaPods or download the .tgz file from Github.", 'mac,C++,X64,DefaultCPU': "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide or download .tgz file from Github.", @@ -162,19 +162,19 @@ 'mac,Python,ARM64,CoreML': 'pip install onnxruntime', - 'mac,JS,ARM64,CoreML': 'pip install onnxruntime', + 'mac,JS,ARM64,CoreML': 'npm install onnxruntime-react-native', - 'mac,objectivec,X64,DefaultCPU': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", + 'mac,objectivec,X64,DefaultCPU': "Add 'onnxruntime-objc' using CocoaPods.", - 'mac,objectivec,ARM64,DefaultCPU': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", + 'mac,objectivec,ARM64,DefaultCPU': "Add 'onnxruntime-objc' using CocoaPods.", - 'mac,objectivec,X64,CoreML': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", + 'mac,objectivec,X64,CoreML': "Add 'onnxruntime-objc' using CocoaPods.", - 'mac,objectivec,ARM64,CoreML': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", + 'mac,objectivec,ARM64,CoreML': "Add 'onnxruntime-objc' using CocoaPods.", - 'mac,C-API,X64,CoreML': "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", + 'mac,C-API,X64,CoreML': "Add 'onnxruntime-c' using CocoaPods or download the .tgz file from Github.", - 'mac,C++,X64,CoreML': "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", + 'mac,C++,X64,CoreML': "Add 'onnxruntime-c' using CocoaPods or download the .tgz file from Github.", 'linux,Python,X64,DefaultCPU': 'pip install onnxruntime', @@ -584,13 +584,13 @@ //mac m1 'mac,C-API,ARM64,CoreML': - "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-c' using CocoaPods or download the .tgz file from Github.", 'mac,C#,ARM64,CoreML': "Install Nuget package Microsoft.ML.OnnxRuntime
Refer to docs for requirements.", 'mac,C++,ARM64,CoreML': - "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide or download .tgz file from Github.", + "Add 'onnxruntime-c' using CocoaPods or download the .tgz file from Github.", 'mac,Java,ARM64,CoreML': "Add a dependency on com.microsoft.onnxruntime:onnxruntime using Maven/Gradle", @@ -604,10 +604,10 @@ "Install Nuget package Microsoft.ML.OnnxRuntime", 'mac,C-API,ARM64,DefaultCPU': - "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-c' using CocoaPods or download the .tgz file from Github.", 'mac,C++,ARM64,DefaultCPU': - "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", + "Add 'onnxruntime-c' using CocoaPods or download the .tgz file from Github.", //power 'linux,C-API,Power,DefaultCPU':