From e3219291cafacdd548095d1433eb04f3d590477e Mon Sep 17 00:00:00 2001 From: MaanavD Date: Wed, 24 Jan 2024 13:12:49 -0800 Subject: [PATCH] Fixed spelling error, reintroduced .tgz link. --- 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 862803bbf205e..904d51574e43d 100644 --- a/src/routes/getting-started/table.svelte +++ b/src/routes/getting-started/table.svelte @@ -143,10 +143,10 @@ "Install Nuget package Microsoft.ML.OnnxRuntime", 'mac,C-API,X64,DefaultCPU': - "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide or download .tgz file from Github.", 'mac,C++,X64,DefaultCPU': - "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide or download .tgz file from Github.", 'mac,C#,X64,DefaultCPU': "Download .tgz file from Github", @@ -164,17 +164,17 @@ 'mac,JS,ARM64,CoreML': 'pip install onnxruntime', - 'mac,objectivec,X64,DefaultCPU': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployement guide", + 'mac,objectivec,X64,DefaultCPU': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", - 'mac,objectivec,ARM64,DefaultCPU': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployement guide", + 'mac,objectivec,ARM64,DefaultCPU': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", - 'mac,objectivec,X64,CoreML': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployement guide", + 'mac,objectivec,X64,CoreML': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", - 'mac,objectivec,ARM64,CoreML': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployement guide", + 'mac,objectivec,ARM64,CoreML': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployment guide", - 'mac,C-API,X64,CoreML': "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", + 'mac,C-API,X64,CoreML': "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", - 'mac,C++,X64,CoreML': "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", + 'mac,C++,X64,CoreML': "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", '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 deployement guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", '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 deployement guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide or download .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 deployement guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", 'mac,C++,ARM64,DefaultCPU': - "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployment guide", //power 'linux,C-API,Power,DefaultCPU':