Skip to content

Commit

Permalink
Update local distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolebiewski-intel committed Aug 7, 2024
1 parent a04986a commit e57c5a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/articles_en/assets/images/deployment_full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/articles_en/assets/images/deployment_simplified.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 |||
+--------------+-------------------------+-------------------------------------------------------+

Expand All @@ -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
Expand Down

0 comments on commit e57c5a8

Please sign in to comment.