mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
update python install instructions for openvino (#11711)
This commit is contained in:
parent
eb7dd8adf1
commit
9617040c63
1 changed files with 2 additions and 2 deletions
|
|
@ -785,7 +785,7 @@ var validCombos = {
|
|||
"Follow build instructions from <a href='https://aka.ms/build-ort-openvino' target='_blank'>here</a>",
|
||||
|
||||
"linux,Python,X64,OpenVINO":
|
||||
"Follow installation instructions from <a href='https://github.com/intel/onnxruntime/releases/latest' target='_blank'>here</a>. Docker image also <a href='https://hub.docker.com/r/openvino/onnxruntime_ep_ubuntu18' target='_blank'>available</a>.",
|
||||
"pip install onnxruntime-openvino <br/>Docker image also <a href='https://hub.docker.com/r/openvino/onnxruntime_ep_ubuntu18' target='_blank'>available</a>.",
|
||||
|
||||
"windows,C-API,X64,OpenVINO":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-openvino' target='_blank'>here</a>",
|
||||
|
|
@ -797,7 +797,7 @@ var validCombos = {
|
|||
"Follow build instructions from <a href='https://aka.ms/build-ort-openvino' target='_blank'>here</a>",
|
||||
|
||||
"windows,Python,X64,OpenVINO":
|
||||
"Follow build instructions from <a href='https://aka.ms/build-ort-openvino' target='_blank'>here</a>",
|
||||
"pip install onnxruntime-openvino",
|
||||
|
||||
"windows,C-API,X64,TensorRT":
|
||||
"Install Nuget package <a href='https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu' target='_blank'>Microsoft.ML.OnnxRuntime.Gpu</a> <br/>Refer to <a href='http://www.onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html' target='_blank'>docs</a> for usage details.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue