mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
[website] updates for 1.12 (#12262)
* v1.12 docs updates * fix typo * add TVM EP updates to matrix * More matrix updates * remove xamarin example text
This commit is contained in:
parent
943b54911b
commit
0e1e488824
6 changed files with 79 additions and 36 deletions
|
|
@ -24,14 +24,14 @@ Pre-built binaries of ONNX Runtime with CUDA EP are published for most language
|
|||
|
||||
## Requirements
|
||||
|
||||
Please reference table below for official GPU packages dependencies for the ONNX Runtime inferencing package. Note that ONNX Runtime Training is aligned with PyTorch CUDA versions; refer to the Training tab on https://onnxruntime.ai/ for supported versions.
|
||||
Please reference table below for official GPU packages dependencies for the ONNX Runtime inferencing package. Note that ONNX Runtime Training is aligned with PyTorch CUDA versions; refer to the Training tab on [onnxruntime.ai](https://onnxruntime.ai/) for supported versions.
|
||||
|
||||
Note: Because of CUDA Minor Version Compatibility, Onnx Runtime built with CUDA 11.4 should be compatible with any CUDA 11.x version.
|
||||
Please reference [Nvidia CUDA Minor Version Compatibility](https://docs.nvidia.com/deploy/cuda-compatibility/#minor-version-compatibility).
|
||||
|
||||
|ONNX Runtime|CUDA|cuDNN|Notes|
|
||||
|---|---|---|---|
|
||||
|1.11|11.4|8.2.4 (Linux)<br/>8.2.2.26 (Windows)|libcudart 11.4.43<br/>libcufft 10.5.2.100<br/>libcurand 10.2.5.120<br/>libcublasLt 11.6.5.2<br/>libcublas 11.6.5.2<br/>libcudnn 8.2.4|
|
||||
|1.12<br/>1.11|11.4|8.2.4 (Linux)<br/>8.2.2.26 (Windows)|libcudart 11.4.43<br/>libcufft 10.5.2.100<br/>libcurand 10.2.5.120<br/>libcublasLt 11.6.5.2<br/>libcublas 11.6.5.2<br/>libcudnn 8.2.4|
|
||||
|1.10|11.4|8.2.4 (Linux)<br/>8.2.2.26 (Windows)|libcudart 11.4.43<br/>libcufft 10.5.2.100<br/>libcurand 10.2.5.120<br/>libcublasLt 11.6.1.51<br/>libcublas 11.6.1.51<br/>libcudnn 8.2.4|
|
||||
|1.9|11.4|8.2.4 (Linux)<br/>8.2.2.26 (Windows)|libcudart 11.4.43<br/>libcufft 10.5.2.100<br/>libcurand 10.2.5.120<br/>libcublasLt 11.6.1.51<br/>libcublas 11.6.1.51<br/>libcudnn 8.2.4|
|
||||
|1.8|11.0.3|8.0.4 (Linux)<br/>8.0.2.39 (Windows)|libcudart 11.0.221<br/>libcufft 10.2.1.245<br/>libcurand 10.2.1.245<br/>libcublasLt 11.2.0.252<br/>libcublas 11.2.0.252<br/>libcudnn 8.0.4|
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@ Pre-built packages and Docker images are available for Jetpack in the [Jetson Zo
|
|||
|
||||
|ONNX Runtime|TensorRT|CUDA|
|
||||
|---|---|---|
|
||||
|master|8.2|11.4|
|
||||
|master|8.4|11.4|
|
||||
|1.12|8.4|11.4|
|
||||
|1.11|8.2|11.4|
|
||||
|1.10|8.0|11.4|
|
||||
|1.9|8.0|11.4|
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ ONNX Runtime supports all opsets from the latest released version of the [ONNX](
|
|||
|
||||
| ONNX Runtime version | [ONNX version](https://github.com/onnx/onnx/blob/master/docs/Versioning.md) | ONNX opset version | ONNX ML opset version | ONNX IR version | [Windows ML Availability](https://docs.microsoft.com/en-us/windows/ai/windows-ml/release-notes/)|
|
||||
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
|
||||
| 1.12 | **1.12** | 17 | 3 | 8 | Windows AI 1.12+ |
|
||||
| 1.11 | **1.11** | 16 | 2 | 8 | Windows AI 1.11+ |
|
||||
| 1.10 | **1.10** | 15 | 2 | 8 | Windows AI 1.10+ |
|
||||
| 1.9 | **1.10** | 15 | 2 | 8 | Windows AI 1.9+ |
|
||||
|
|
@ -91,10 +92,10 @@ Unless otherwise noted, please use the latest released version of the tools to c
|
|||
|Tool|Recommended Version|
|
||||
|---|---|
|
||||
|[PyTorch](https://pytorch.org/)|[Latest stable](https://pytorch.org/get-started/locally/)|
|
||||
|[ONNXMLTools](https://pypi.org/project/onnxmltools/)<br>CoreML, LightGBM, XGBoost, LibSVM|[Latest stable](https://github.com/onnx/onnxmltools/releases)|
|
||||
|[ONNXMLTools](https://pypi.org/project/onnxmltools/)<br> SparkML|[Latest stable](https://github.com/onnx/onnxmltools/releases)|
|
||||
|[SKLearn-ONNX](https://pypi.org/project/skl2onnx/)|[Latest stable](https://github.com/onnx/sklearn-onnx/releases)|
|
||||
|[Tensorflow-ONNX](https://pypi.org/project/tf2onnx/)|[Latest stable](https://github.com/onnx/tensorflow-onnx/releases)|
|
||||
|[ONNXMLTools](https://pypi.org/project/onnxmltools/)<br>CatBoost, CoreML, LightGBM, XGBoost, LibSVM, SparkML|[Latest stable](https://github.com/onnx/onnxmltools/releases)|
|
||||
|[SKLearn-ONNX](https://pypi.org/project/skl2onnx/)|[Latest stable](https://github.com/onnx/sklearn-onnx/releases)|
|
||||
|[WinMLTools](https://docs.microsoft.com/en-us/windows/ai/windows-ml/convert-model-winmltools)|[Latest stable](https://pypi.org/project/winmltools/)|
|
||||
|[AutoML](https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-automated-ml)|[1.0.39+](https://pypi.org/project/azureml-automl-core) (ONNX v1.5) <br/>[1.0.33](https://pypi.org/project/azureml-automl-core/1.0.33/) (ONNX v1.4) |
|
||||
|[AzureML AutoML](https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-automated-ml)|[1.0.39+](https://pypi.org/project/azureml-automl-core) (ONNX v1.5) <br/>[1.0.33](https://pypi.org/project/azureml-automl-core/1.0.33/) (ONNX v1.4) |
|
||||
|[Paddle2ONNX](https://pypi.org/project/paddle2onnx/)| [Latest stable](https://github.com/PaddlePaddle/Paddle2ONNX/releases) |
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ nav_order: 1
|
|||
|
||||
# ONNX Runtime releases
|
||||
|
||||
The current ONNX Runtime release is [1.11](https://github.com/microsoft/onnxruntime/releases/tag/v1.11.1).
|
||||
The current ONNX Runtime release is [1.12](https://github.com/microsoft/onnxruntime/releases/tag/v1.12.0).
|
||||
|
||||
The next release is ONNX Runtime release [1.12](https://github.com/microsoft/onnxruntime/projects/9).
|
||||
The next release is ONNX Runtime release [1.13](https://github.com/microsoft/onnxruntime/projects/11).
|
||||
|
||||
Official releases of ONNX Runtime are managed by the core ONNX Runtime team. A new release is published approximately every quarter.
|
||||
|
||||
|
|
|
|||
10
index.html
10
index.html
|
|
@ -241,7 +241,7 @@
|
|||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||||
<div class="col-md-3 r-heading">
|
||||
<h3 id="selectHardwareAcceleration">Hardware Acceleration</h3>
|
||||
<p id="decriptionHardwareAcceleration" class="sr-only">Hardware Acceleration list contains fifteen items</p>
|
||||
<p id="decriptionHardwareAcceleration" class="sr-only">Hardware Acceleration list contains sixteen items</p>
|
||||
</div>
|
||||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-4" aria-labelledby="selectHardwareAcceleration" aria-describedby="decriptionHardwareAcceleration">
|
||||
<div class="row hardwareAcceleration">
|
||||
|
|
@ -267,10 +267,12 @@
|
|||
<span>ArmNN (Preview)</span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="MIGraphX">
|
||||
<span>MIGraphX (Preview)</span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="TVM">
|
||||
<span><abbr>TVM (Preview)</abbr></span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="RockchipNPU">
|
||||
<span>Rockchip NPU (Preview)</span></div>
|
||||
<span>Rockchip NPU (Preview)</span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="SNPE">
|
||||
<span>SNPE</span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="TVM">
|
||||
<span>TVM (Preview)</span></div>
|
||||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="VitisAI">
|
||||
<span>Vitis AI (Preview)</span></div>
|
||||
</div>
|
||||
|
|
|
|||
85
js/script.js
85
js/script.js
|
|
@ -724,6 +724,9 @@ var validCombos = {
|
|||
"mac,C#,X64,DefaultCPU":
|
||||
"Download .tgz file from <a href='https://github.com/microsoft/onnxruntime/releases' target='_blank'>Github</a>",
|
||||
|
||||
"mac,C#,X64,CoreML":
|
||||
"Download .tgz file from <a href='https://github.com/microsoft/onnxruntime/releases' target='_blank'>Github</a>",
|
||||
|
||||
"windows,Python,X64,DefaultCPU":
|
||||
"pip install onnxruntime",
|
||||
|
||||
|
|
@ -772,7 +775,16 @@ var validCombos = {
|
|||
"linux,Python,ARM64,TVM":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-stvm' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python,AMD,TVM":
|
||||
"windows,Python,X64,TVM":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-stvm' target='_blank'>here</a>",
|
||||
|
||||
"windows,Python,X86,TVM":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-stvm' target='_blank'>here</a>",
|
||||
|
||||
"windows,Python,ARM32,TVM":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-stvm' target='_blank'>here</a>",
|
||||
|
||||
"windows,Python,ARM64,TVM":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-stvm' target='_blank'>here</a>",
|
||||
|
||||
"linux,C-API,X64,OpenVINO":
|
||||
|
|
@ -829,18 +841,6 @@ var validCombos = {
|
|||
"linux,Python,ARM64,TensorRT":
|
||||
"pip install onnxruntime-gpu <br/>Refer to <a href='http://www.onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html#requirements' target='_blank'>docs</a> for requirements.",
|
||||
|
||||
"mac,C-API,X86,DefaultCPU":
|
||||
"This combination of resources has not yet been tested. It may be possible to <a href='https://www.onnxruntime.ai/docs/build/inferencing' target='_blank'>build from source</a>.",
|
||||
|
||||
"mac,C++,X86,DefaultCPU":
|
||||
"This combination of resources has not yet been tested. It may be possible to <a href='https://www.onnxruntime.ai/docs/build/inferencing' target='_blank'>build from source</a>.",
|
||||
|
||||
"mac,C#,X86,DefaultCPU":
|
||||
"This combination of resources has not yet been tested. It may be possible to <a href='https://www.onnxruntime.ai/docs/build/inferencing' target='_blank'>build from source</a>.",
|
||||
|
||||
"mac,Python,X86,DefaultCPU":
|
||||
"This combination of resources has not yet been tested. It may be possible to <a href='https://www.onnxruntime.ai/docs/build/inferencing' target='_blank'>build from source</a>.",
|
||||
|
||||
"windows,C-API,X86,DirectML":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.DirectML' target='_blank'>Microsoft.ML.OnnxRuntime.DirectML</a> <br/>Refer to <a href='http://www.onnxruntime.ai/docs/execution-providers/DirectML-ExecutionProvider.html#requirements' target='_blank'>docs</a> for requirements.",
|
||||
|
||||
|
|
@ -977,6 +977,9 @@ var validCombos = {
|
|||
"android,C++,X86,NNAPI":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-nnapi' target='_blank'>here</a>",
|
||||
|
||||
"android,C#,X86,NNAPI":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"android,Java,X64,NNAPI":
|
||||
"Add a dependency on <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-android' target='_blank'>com.microsoft.onnxruntime:onnxruntime-android</a> or <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-mobile' target='_blank'>com.microsoft.onnxruntime:onnxruntime-mobile</a> using Maven/Gradle and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
||||
|
|
@ -986,6 +989,9 @@ var validCombos = {
|
|||
"android,C++,X64,NNAPI":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-nnapi' target='_blank'>here</a>",
|
||||
|
||||
"android,C#,X64,NNAPI":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"android,Java,X86,NNAPI":
|
||||
"Add a dependency on <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-android' target='_blank'>com.microsoft.onnxruntime:onnxruntime-android</a> or <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-mobile' target='_blank'>com.microsoft.onnxruntime:onnxruntime-mobile</a> using Maven/Gradle and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
||||
|
|
@ -994,6 +1000,9 @@ var validCombos = {
|
|||
|
||||
"android,C++,ARM32,NNAPI":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-nnapi' target='_blank'>here</a>",
|
||||
|
||||
"android,C#,ARM32,NNAPI":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"android,Java,ARM32,NNAPI":
|
||||
"Add a dependency on <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-android' target='_blank'>com.microsoft.onnxruntime:onnxruntime-android</a> or <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-mobile' target='_blank'>com.microsoft.onnxruntime:onnxruntime-mobile</a> using Maven/Gradle and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
|
@ -1003,7 +1012,7 @@ var validCombos = {
|
|||
|
||||
"android,C++,ARM64,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-android' target='_blank'>here</a>",
|
||||
|
||||
|
||||
"android,Java,ARM64,DefaultCPU":
|
||||
"Add a dependency on <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-android' target='_blank'>com.microsoft.onnxruntime:onnxruntime-android</a> or <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-mobile' target='_blank'>com.microsoft.onnxruntime:onnxruntime-mobile</a> using Maven/Gradle and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
||||
|
|
@ -1012,6 +1021,9 @@ var validCombos = {
|
|||
|
||||
"android,C++,ARM32,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-android' target='_blank'>here</a>",
|
||||
|
||||
"android,C#,ARM32,DefaultCPU":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"android,Java,ARM32,DefaultCPU":
|
||||
"Add a dependency on <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-android' target='_blank'>com.microsoft.onnxruntime:onnxruntime-android</a> or <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-mobile' target='_blank'>com.microsoft.onnxruntime:onnxruntime-mobile</a> using Maven/Gradle and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
|
@ -1021,6 +1033,9 @@ var validCombos = {
|
|||
|
||||
"android,C++,X86,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-android' target='_blank'>here</a>",
|
||||
|
||||
"android,C#,X86,DefaultCPU":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"android,Java,X86,DefaultCPU":
|
||||
"Add a dependency on <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-android' target='_blank'>com.microsoft.onnxruntime:onnxruntime-android</a> or <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-mobile' target='_blank'>com.microsoft.onnxruntime:onnxruntime-mobile</a> using Maven/Gradle and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
|
@ -1031,14 +1046,17 @@ var validCombos = {
|
|||
"android,C++,X64,DefaultCPU":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-android' target='_blank'>here</a>",
|
||||
|
||||
"android,C#,X64,DefaultCPU":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"android,Java,X64,DefaultCPU":
|
||||
"Add a dependency on <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-android' target='_blank'>com.microsoft.onnxruntime:onnxruntime-android</a> or <a href='https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-mobile' target='_blank'>com.microsoft.onnxruntime:onnxruntime-mobile</a> using Maven/Gradle and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
||||
"android,C#,ARM64,DefaultCPU":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>. <br/>Refer to sample <a href='https://github.com/microsoft/onnxruntime-inference-examples/tree/main/mobile/examples/Xamarin' target='blank'>here</a>.",
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"android,C#,ARM64,NNAPI":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>. <br/>Refer to sample <a href='https://github.com/microsoft/onnxruntime-inference-examples/tree/main/mobile/examples/Xamarin' target='blank'>here</a>.",
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"ios,C-API,ARM64,DefaultCPU":
|
||||
"Add 'onnxruntime-c' or 'onnxruntime-mobile-c' using CocoaPods and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
|
@ -1059,10 +1077,10 @@ var validCombos = {
|
|||
"Add 'onnxruntime-objc' or 'onnxruntime-mobile-objc' using CocoaPods and refer to the <a href='https://onnxruntime.ai/docs/tutorials/mobile/' target='_blank'>mobile deployment guide</a>",
|
||||
|
||||
"ios,C#,ARM64,DefaultCPU":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>. <br/>Refer to sample <a href='https://github.com/microsoft/onnxruntime-inference-examples/tree/main/mobile/examples/Xamarin' target='blank'>here</a>.",
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"ios,C#,ARM64,CoreML":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>. <br/>Refer to sample <a href='https://github.com/microsoft/onnxruntime-inference-examples/tree/main/mobile/examples/Xamarin' target='blank'>here</a>.",
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a>.",
|
||||
|
||||
"windows,Python,X86,VitisAI":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-vitisai' target='_blank'>here</a>",
|
||||
|
|
@ -1125,16 +1143,19 @@ var validCombos = {
|
|||
"Follow build instructions from <a href='https://aka.ms/build-ort-rknpu' target='_blank'>here</a>",
|
||||
|
||||
"mac,C-API,ARM64,CoreML":
|
||||
"<i>Coming soon!</i>",
|
||||
"Download .tgz file from <a href='https://github.com/microsoft/onnxruntime/releases' target='_blank'>Github</a>",
|
||||
|
||||
"mac,C#,ARM64,CoreML":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime' target='_blank'>Microsoft.ML.OnnxRuntime</a> <br/>Refer to <a href='http://www.onnxruntime.ai/docs/execution-providers/CoreML-ExecutionProvider.html#requirements' target='_blank'>docs</a> for requirements.",
|
||||
|
||||
"mac,C++,ARM64,CoreML":
|
||||
"<i>Coming soon!</i>",
|
||||
"Download .tgz file from <a href='https://github.com/microsoft/onnxruntime/releases' target='_blank'>Github</a>",
|
||||
|
||||
"mac,Java,ARM64,CoreML":
|
||||
"<i>Coming soon!</i>",
|
||||
"Download .tgz file from <a href='https://github.com/microsoft/onnxruntime/releases' target='_blank'>Github</a>",
|
||||
|
||||
"mac,C-API,ARM64,CoreML":
|
||||
"<i>Coming soon!</i>",
|
||||
"Download .tgz file from <a href='https://github.com/microsoft/onnxruntime/releases' target='_blank'>Github</a>",
|
||||
|
||||
//power
|
||||
"linux,C-API,Power,DefaultCPU":
|
||||
|
|
@ -1144,8 +1165,26 @@ var validCombos = {
|
|||
"pip install onnxruntime-powerpc64le",
|
||||
|
||||
"linux,Python,Power,DefaultCPU":
|
||||
"pip install onnxruntime-powerpc64le"
|
||||
"pip install onnxruntime-powerpc64le",
|
||||
|
||||
//SNPE
|
||||
"windows,C-API,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
|
||||
"windows,C++,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
|
||||
"linux,C-API,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
|
||||
"linux,C++,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
|
||||
"android,C-API,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>",
|
||||
|
||||
"android,C++,ARM64,SNPE":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-snpe' target='_blank'>here</a>"
|
||||
};
|
||||
|
||||
function commandMessage(key) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue