mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
add java and nodejs pkg links (#4270)
* add java and nodejs pkg links * add Gradle text
This commit is contained in:
parent
d2ee21cb77
commit
b9dfe4565f
2 changed files with 16 additions and 6 deletions
|
|
@ -183,6 +183,7 @@
|
|||
<div class="col-lg-2dot4 col r-option" aria-selected="false" role="option" tabindex="-1" id="C#"><span><abbr>C#</abbr></span></div>
|
||||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="C"><span>C</span></div>
|
||||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="Java"><span>Java</span></div>
|
||||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="Javascript"><span>Javascript (Node.js)</span></div>
|
||||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="WinRT"><span>WinRT</span></div>
|
||||
|
||||
|
||||
|
|
|
|||
21
js/script.js
21
js/script.js
|
|
@ -856,14 +856,19 @@ function commandMessage(key) {
|
|||
"This combination of resources has not yet been tested. It may be possible to <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md' target='_blank'>build from source</a>.",
|
||||
|
||||
"linux,Java,X64,DefaultCPU":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#common-build-instructions' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
"Add a dependency on <a href='https://search.maven.org/artifact/com.microsoft.onnxruntime/onnxruntime' target='_blank'>com.microsoft.onnxruntime:onnxruntime</a> using Maven/Gradle",
|
||||
|
||||
"linux,Java,X64,CUDA":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#common-build-instructions' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
"Add a dependency on <a href='https://search.maven.org/artifact/com.microsoft.onnxruntime/onnxruntime_gpu' target='_blank'>com.microsoft.onnxruntime:onnxruntime_gpu</a> using Maven/Gradle",
|
||||
|
||||
"mac,Java,X64,DefaultCPU":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#common-build-instructions' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
"linux,Javascript,X64,DefaultCPU":
|
||||
"npm install onnxruntime",
|
||||
|
||||
"mac,Java,X64,DefaultCPU":
|
||||
"Add a dependency on <a href='https://search.maven.org/artifact/com.microsoft.onnxruntime/onnxruntime' target='_blank'>com.microsoft.onnxruntime:onnxruntime</a> using Maven/Gradle",
|
||||
|
||||
"mac,Javascript,X64,DefaultCPU":
|
||||
"npm install onnxruntime",
|
||||
|
||||
"windows,WinRT,X86,DefaultCPU":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.AI.MachineLearning' target='_blank'>Microsoft.AI.MachineLearning</a>",
|
||||
|
|
@ -884,10 +889,10 @@ function commandMessage(key) {
|
|||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.AI.MachineLearning' target='_blank'>Microsoft.AI.MachineLearning</a>",
|
||||
|
||||
"windows,Java,X64,DefaultCPU":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#common-build-instructions' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
"Add a dependency on <a href='https://search.maven.org/artifact/com.microsoft.onnxruntime/onnxruntime' target='_blank'>com.microsoft.onnxruntime:onnxruntime</a> using Maven/Gradle",
|
||||
|
||||
"windows,Java,X64,CUDA":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#common-build-instructions' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
"Add a dependency on <a href='https://search.maven.org/artifact/com.microsoft.onnxruntime/onnxruntime_gpu' target='_blank'>com.microsoft.onnxruntime:onnxruntime_gpu</a> using Maven/Gradle",
|
||||
|
||||
"windows,Java,X64,TensorRT":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#common-build-instructions' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
|
|
@ -924,6 +929,10 @@ function commandMessage(key) {
|
|||
|
||||
"linux,Java,X64,OpenVINO":
|
||||
"Follow <a href='https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#common-build-instructions' target='_blank'>build</a> and <a href='https://aka.ms/onnxruntime-java' target='_blank'>API instructions</a>",
|
||||
|
||||
"windows,Javascript,X64,DefaultCPU":
|
||||
"npm install onnxruntime",
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue