diff --git a/src/routes/getting-started/table.svelte b/src/routes/getting-started/table.svelte index 2e8f4cc178582..862803bbf205e 100644 --- a/src/routes/getting-started/table.svelte +++ b/src/routes/getting-started/table.svelte @@ -143,11 +143,11 @@ "Install Nuget package Microsoft.ML.OnnxRuntime", 'mac,C-API,X64,DefaultCPU': - "Download .tgz file from Github", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", 'mac,C++,X64,DefaultCPU': - "Download .tgz file from Github", - + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", + 'mac,C#,X64,DefaultCPU': "Download .tgz file from Github", @@ -158,6 +158,24 @@ 'mac,Python,X64,DefaultCPU': 'pip install onnxruntime', + 'mac,Python,X64,CoreML': 'pip install onnxruntime', + + 'mac,Python,ARM64,CoreML': 'pip install onnxruntime', + + '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,ARM64,DefaultCPU': "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 deployement guide", + + 'mac,objectivec,ARM64,CoreML': "Add 'onnxruntime-objc' using CocoaPods and refer to the mobile deployement guide", + + 'mac,C-API,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 deployement guide", + 'linux,Python,X64,DefaultCPU': 'pip install onnxruntime', 'linux,Python,ARM64,DefaultCPU': 'pip install onnxruntime', @@ -566,13 +584,13 @@ //mac m1 'mac,C-API,ARM64,CoreML': - "Install Nuget package Microsoft.ML.OnnxRuntime", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", 'mac,C#,ARM64,CoreML': "Install Nuget package Microsoft.ML.OnnxRuntime
Refer to docs for requirements.", 'mac,C++,ARM64,CoreML': - "Download .tgz file from Github", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", 'mac,Java,ARM64,CoreML': "Add a dependency on com.microsoft.onnxruntime:onnxruntime using Maven/Gradle", @@ -586,10 +604,10 @@ "Install Nuget package Microsoft.ML.OnnxRuntime", 'mac,C-API,ARM64,DefaultCPU': - "Install Nuget package Microsoft.ML.OnnxRuntime", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", 'mac,C++,ARM64,DefaultCPU': - "Install Nuget package Microsoft.ML.OnnxRuntime", + "Add 'onnxruntime-c' using CocoaPods and refer to the mobile deployement guide", //power 'linux,C-API,Power,DefaultCPU':