mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-08 17:17:15 +00:00
Update MCR container instructions with dynamic device selection info (#4371)
This commit is contained in:
parent
5c23b17196
commit
4c0236d6c1
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ Therefore, ONNX RT Execution Provider for **nGraph** will be deprecated starting
|
|||
| <code>GPU_FP16</code> | Intel<sup></sup> Integrated Graphics |
|
||||
| <code>MYRIAD_FP16</code> | Intel<sup></sup> Movidius<sup>TM</sup> USB sticks |
|
||||
| <code>VAD-M_FP16</code> | Intel<sup></sup> Vision Accelerator Design based on Movidius<sup>TM</sup> MyriadX VPUs |
|
||||
*This is the hardware accelerator target that is enabled by **default** in the container image. After building the container image for one default target, the application may explicitly choose a different target at run time with the same container by using the [Dynamic device selction API](https://github.com/microsoft/onnxruntime/blob/master/docs/execution_providers/OpenVINO-ExecutionProvider.md#dynamic-device-selection).*
|
||||
|
||||
|
||||
### OpenVINO on CPU
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue