diff --git a/docs/articles_en/assets/images/deployment_full.svg b/docs/articles_en/assets/images/deployment_full.svg index 0e059f4b626a7e..8ea61fa84d70c5 100644 --- a/docs/articles_en/assets/images/deployment_full.svg +++ b/docs/articles_en/assets/images/deployment_full.svg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f4f556048b744609002b58ad550ddc1bca91fa9e04d496cdabb73187d1681b2 -size 59990 +oid sha256:83af6361fa0084235c4fa8b55a95f8402bcbcc90a50352c67aa30eb2f3606946 +size 84360 diff --git a/docs/articles_en/assets/images/deployment_simplified.svg b/docs/articles_en/assets/images/deployment_simplified.svg index c8b48412d576a1..8017f388d1a046 100644 --- a/docs/articles_en/assets/images/deployment_simplified.svg +++ b/docs/articles_en/assets/images/deployment_simplified.svg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68d5003431670cea03abc68eba89ffc9c566e08782ae6f5a80dd4a2a20766847 -size 21883 +oid sha256:aa41445ffdaae12b38475f0374b6410ae80cb48937ae8cf63ddff7bb836be80e +size 35101 diff --git a/docs/articles_en/openvino-workflow/deployment-locally/local-distribution-libraries.rst b/docs/articles_en/openvino-workflow/deployment-locally/local-distribution-libraries.rst index 629b6646a7a80e..8e2bd6715da783 100644 --- a/docs/articles_en/openvino-workflow/deployment-locally/local-distribution-libraries.rst +++ b/docs/articles_en/openvino-workflow/deployment-locally/local-distribution-libraries.rst @@ -58,6 +58,7 @@ For each inference device, OpenVINO Runtime has its own plugin library: - ``openvino_intel_cpu_plugin`` for :doc:`Intel® CPU devices <../running-inference/inference-devices-and-modes/cpu-device>` - ``openvino_intel_gpu_plugin`` for :doc:`Intel® GPU devices <../running-inference/inference-devices-and-modes/gpu-device>` +- ``openvino_intel_npu_plugin`` for :doc:`Intel® NPU devices <../running-inference/inference-devices-and-modes/npu-device>` - ``openvino_arm_cpu_plugin`` for :doc:`ARM CPU devices <../running-inference/inference-devices-and-modes/cpu-device>` Depending on which devices are used in the app, the corresponding libraries should be included in the distribution package. @@ -80,6 +81,8 @@ Refer to the table below for details: | | | cache.json | | ``.\runtime\bin\intel64\Release\cache.json`` or | | | | | | ``.\runtime\bin\intel64\Debug\cache.json`` | +--------------+-------------------------+-------------------------------------------------------+ + | NPU | — | — | + +--------------+-------------------------+-------------------------------------------------------+ | Arm® CPU | — | — | +--------------+-------------------------+-------------------------------------------------------+ @@ -103,6 +106,8 @@ Refer to the table below for details: | GPU | | libOpenCL.so | | ``/usr/lib/x86_64-linux-gnu/libOpenCL.so.1`` | | | | cache.json | | ``./runtime/lib/intel64/cache.json`` | +--------------+-------------------------+-------------------------------------------------------+ + | NPU | — | — | + +--------------+-------------------------+-------------------------------------------------------+ .. tab-item:: macOS arm64 :sync: macos-arm-64