From 4c0236d6c1503d9df1df24cfa456276b853e9f8d Mon Sep 17 00:00:00 2001 From: "S. Manohar Karlapalem" Date: Wed, 1 Jul 2020 22:16:55 -0700 Subject: [PATCH] Update MCR container instructions with dynamic device selection info (#4371) --- dockerfiles/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockerfiles/README.md b/dockerfiles/README.md index 5fae32a3f2..3d8979ed4a 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -134,6 +134,8 @@ Therefore, ONNX RT Execution Provider for **nGraph** will be deprecated starting | GPU_FP16 | Intel Integrated Graphics | | MYRIAD_FP16 | Intel MovidiusTM USB sticks | | VAD-M_FP16 | Intel Vision Accelerator Design based on MovidiusTM 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