From 362389c73313fee7359af5e2e8573eadb4171d4a Mon Sep 17 00:00:00 2001 From: Wang Wangwang Date: Thu, 6 Apr 2023 14:35:55 +0800 Subject: [PATCH] =?UTF-8?q?[DOCS][AUTO]=20Add=20enable=5Fruntime=5Ffallbac?= =?UTF-8?q?k=20property=20to=20AUTO=20Device=20Sele=E2=80=A6=20(#16645)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [DOCS][AUTO] Add enable_runtime_fallback property to AUTO Device Selection article * Update docs/OV_Runtime_UG/auto_device_selection.md Co-authored-by: Karol Blaszczak * Update docs/OV_Runtime_UG/auto_device_selection.md Co-authored-by: Karol Blaszczak * Update docs/OV_Runtime_UG/auto_device_selection.md --------- Co-authored-by: Karol Blaszczak --- docs/OV_Runtime_UG/auto_device_selection.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/OV_Runtime_UG/auto_device_selection.md b/docs/OV_Runtime_UG/auto_device_selection.md index 4567100e9d5..d2089a078f1 100644 --- a/docs/OV_Runtime_UG/auto_device_selection.md +++ b/docs/OV_Runtime_UG/auto_device_selection.md @@ -135,6 +135,15 @@ Following the OpenVINO™ naming convention, the Automatic Device Selection mode | | | | beginning. The default value is ``true``, indicating that CPU is | | | | | used as acceleration by default. | +-----------------------------------------------+----------------------------------------------------------------------+ +| | ``ov::intel_auto::enable_runtime_fallback`` | | **Values**: | +| | | | ``true`` | +| | | | ``false`` | +| | | | | +| | | | Enables/disables runtime fallback to other devices and performs | +| | | | the failed inference request again, if inference request fails on | +| | | | the currently selected device. | +| | | | The default value is ``true``. | ++-----------------------------------------------+----------------------------------------------------------------------+ Inference with AUTO is configured similarly to when device plugins are used: you compile the model on the plugin with configuration and execute inference.