From 642014e4f5ad725f8fbeb1c9d811aa2a3be46647 Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Wed, 28 Jun 2023 13:54:48 +0200 Subject: [PATCH] [DOC] Install guides fixes partial port 22.3 (#18257) partial port of: #17672 --- .../images}/DeviceDriverVersion.PNG | 0 .../{img => _static/images}/DeviceManager.PNG | 0 .../configurations-for-intel-gpu.md | 57 +++++++------- .../installing-openvino-brew.md | 76 +++++++++---------- .../installing-openvino-conda.md | 10 +-- .../installing-openvino-docker-linux.md | 60 +++------------ .../installing-openvino-linux-header.md | 4 +- .../installing-openvino-linux.md | 2 +- .../installing-openvino-macos-header.md | 4 +- .../installing-openvino-macos.md | 2 +- .../install_guides/installing-openvino-yum.md | 61 ++++++++------- 11 files changed, 117 insertions(+), 159 deletions(-) rename docs/{img => _static/images}/DeviceDriverVersion.PNG (100%) rename docs/{img => _static/images}/DeviceManager.PNG (100%) diff --git a/docs/img/DeviceDriverVersion.PNG b/docs/_static/images/DeviceDriverVersion.PNG similarity index 100% rename from docs/img/DeviceDriverVersion.PNG rename to docs/_static/images/DeviceDriverVersion.PNG diff --git a/docs/img/DeviceManager.PNG b/docs/_static/images/DeviceManager.PNG similarity index 100% rename from docs/img/DeviceManager.PNG rename to docs/_static/images/DeviceManager.PNG diff --git a/docs/install_guides/configurations-for-intel-gpu.md b/docs/install_guides/configurations-for-intel-gpu.md index e1ecee14dbb..ccc611f59f7 100644 --- a/docs/install_guides/configurations-for-intel-gpu.md +++ b/docs/install_guides/configurations-for-intel-gpu.md @@ -5,58 +5,63 @@ .. _gpu guide: -@endsphinxdirective -In case if you are intended to use OpenVINO GPU plugin and offload network inference to Intel® graphics processor, the Intel Graphics Driver should be properly configured on your system. -If it is already installed, and you want to keep it, you can skip the installation steps. +To use the OpenVINO™ GPU plugin and offload inference to Intel® Processor Graphics (GPU), Intel® Graphics Driver must be properly configured on your system. -## Linux +If Intel® Graphics Driver is already installed and you would like to keep it, you can skip the installation steps below. -To install the latest available **Intel® Graphics Compute Runtime for OpenCL™** for your OS, see the [Install Guides](https://github.com/intel/compute-runtime/releases/latest). +Linux +########## -@sphinxdirective +To install the latest available **Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver** for your operating system, +see its `installation guide on GitHub `__. .. note:: - If you use RedHat 8 OS please install OpenCL library as prerequisite via following command line: ``sh rpm -ivh http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/Packages/ocl-icd-2.2.12-1.el8.x86_64.rpm`` + If you use RedHat 8 OS please install OpenCL library as prerequisite via the following command line: + ``sh rpm -ivh http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/Packages/ocl-icd-2.2.12-1.el8.x86_64.rpm`` -.. note:: - For instructions specific to discrete graphics platforms, refer to `the dgpu guide `__ (Intel® Arc™ A-Series Graphics, Intel® Data Center GPU Flex Series, Intel® Data Center GPU MAX Series, Intel® processor graphics Gen12, and Intel® Iris Xe MAX codename DG1). - -@endsphinxdirective - -You may consider installing one of the earlier versions of the driver, based on your particular setup needs. - -It is recommended that you refer to the [Intel® Graphics Compute Runtime Github page](https://github.com/intel/compute-runtime/) for instructions and recommendations on GPU driver installation specific to particular releases, including the list of supported hardware platforms. + For instructions specific to discrete graphics platforms, refer to `the dgpu guide `__ + (Intel® Arc™ A-Series Graphics, Intel® Data Center GPU Flex Series, Intel® Data Center GPU MAX Series, Intel® processor graphics Gen12, and Intel® Iris Xe MAX codename DG1). -@sphinxdirective +You may consider installing one of the earlier versions of the driver, based on your particular setup needs. For instructions and recommendations on the installation of a +specific GPU driver release, as well as the list of supported hardware platforms, refer to the +`Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver GitHub home page `__. + +For instructions specific to discrete graphics platforms, refer to `the dgpu guide `__, +including installation guides for Intel® Arc™ A-Series Graphics, Intel® Data Center GPU Flex Series, Intel® Data Center GPU MAX Series, Intel® processor graphics Gen12, and Intel® Iris Xe MAX codename DG1. + .. _gpu guide windows: -@endsphinxdirective +Windows +########## -## Windows - -To install the Intel Graphics Driver for Windows on your hardware, please proceed with the [instruction](https://www.intel.com/content/www/us/en/support/articles/000005629/graphics.html). +To install the Intel Graphics Driver for Windows on your system, follow the `driver installation guide `_. To check if you have this driver installed: 1. Type **device manager** in your **Search Windows** box and press Enter. The **Device Manager** opens. 2. Click the drop-down arrow to view the **Display adapters**. You can see the adapter that is installed in your computer: -![](../img/DeviceManager.PNG) + + .. image:: _static/images/DeviceManager.PNG + :width: 400 + 3. Right-click the adapter name and select **Properties**. 4. Click the **Driver** tab to see the driver version. -![](../img/DeviceDriverVersion.PNG) + + .. image:: _static/images/DeviceDriverVersion.PNG + :width: 400 -You are done updating your device driver and are ready to use your GPU. +You are done updating your device driver and ready to use your GPU. -## Additional info +Additional info +#################### -In the internal OpenVINO validation the following versions of Intel Graphics Driver were used: +For your reference, the following versions of Intel® Graphics Driver were used in the OpenVINO internal validation: -@sphinxdirective +------------------+-------------------------------------------------------------------------------------+ | Operation System | Driver version | diff --git a/docs/install_guides/installing-openvino-brew.md b/docs/install_guides/installing-openvino-brew.md index 43727a9f042..f397a33d1e7 100644 --- a/docs/install_guides/installing-openvino-brew.md +++ b/docs/install_guides/installing-openvino-brew.md @@ -17,52 +17,40 @@ You can use `Homebrew `__ to install OpenVINO Runtime on macOS OpenVINO™ Development Tools can be installed via PyPI only. See `Installing Additional Components <#optional-installing-additional-components>`__ for more information. -See the `Release Notes `_ -for more information on updates in the latest release. .. warning:: By downloading and using this container and the included software, you agree to the terms and conditions of the `software license agreements `_. -@endsphinxdirective -## Prerequisites +.. tab:: System Requirements -### System Requirements + | Full requirement listing is available in: + | `System Requirements Page `__ -@sphinxdirective +.. tab:: Software Requirements -Full requirement listing is available on the `System Requirements Page `_ + .. tab:: macOS -@endsphinxdirective + * `Homebrew `_ + * `CMake 3.13 or higher `_ (choose "macOS 10.13 or later"). Add `/Applications/CMake.app/Contents/bin` to path (for default installation). + * `Python 3.7 - 3.10 `_ (choose 3.7 - 3.10). Install and add it to path. + * Apple Xcode Command Line Tools. In the terminal, run `xcode-select --install` from any directory to install it. + * (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development) -### Software Requirements + .. tab:: Linux -@sphinxdirective + * `Homebrew `_ + * `CMake 3.13 or higher, 64-bit `__ + * GCC 7.5.0 (for Ubuntu 18.04) or GCC 9.3.0 (for Ubuntu 20.04) + * `Python 3.7 - 3.10, 64-bit `__ -.. tab:: macOS +Installing OpenVINO Runtime +################################ - * `Homebrew `_ - * `CMake 3.13 or higher `_ (choose "macOS 10.13 or later"). Add `/Applications/CMake.app/Contents/bin` to path (for default installation). - * `Python 3.7 - 3.10 `_ (choose 3.7 - 3.10). Install and add it to path. - * Apple Xcode Command Line Tools. In the terminal, run `xcode-select --install` from any directory to install it. - * (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development) -.. tab:: Linux - - * `Homebrew `_ - * `CMake 3.13 or higher, 64-bit `_ - * GCC 7.5.0 (for Ubuntu 18.04) or GCC 9.3.0 (for Ubuntu 20.04) - * `Python 3.7 - 3.10, 64-bit `_ - -@endsphinxdirective - -## Installing OpenVINO Runtime - -@sphinxdirective - -1. Make sure that you have installed HomeBrew on your system. If not, follow the instructions on `the Homebrew website `_ to install and configure it. +1. Make sure that you have installed Homebrew on your system. If not, follow the instructions on `the Homebrew website `_ to install and configure it. 2. Open a command prompt terminal window, and run the following command to install OpenVINO Runtime: @@ -70,27 +58,39 @@ Full requirement listing is available on the `System Requirements Page ` page for instructions. +OpenVINO Development Tools is a set of utilities for working with OpenVINO and OpenVINO models. +It provides tools like Model Optimizer, Benchmark Tool, Post-Training Optimization Tool, and Open Model Zoo Downloader. +If you installed OpenVINO Runtime using Homebrew, OpenVINO Development Tools must be installed separately. + + +See the **For C++ Developers** section on the :doc:`Install OpenVINO Development Tools ` page for instructions. + +OpenCV is necessary to run demos from Open Model Zoo (OMZ). Some OpenVINO samples can also extend their capabilities when compiled with OpenCV as a dependency. To install OpenCV for OpenVINO, see the `instructions on GitHub `__. + -OpenCV is necessary to run demos from Open Model Zoo (OMZ). Some OpenVINO samples can also extend their capabilities when compiled with OpenCV as a dependency. To install OpenCV for OpenVINO, see the `instructions on GitHub `_. @endsphinxdirective ## Uninstalling OpenVINO -To uninstall OpenVINO via HomeBrew, use the following command: +To uninstall OpenVINO via Homebrew, use the following command: ```sh brew uninstall openvino ``` @@ -106,7 +106,7 @@ Now that you've installed OpenVINO Runtime, you can try the following things: * See pre-trained deep learning models in our :doc:`Open Model Zoo `. * Learn more about :doc:`Inference with OpenVINO Runtime `. * See sample applications in :doc:`OpenVINO toolkit Samples Overview `. -* Take a glance at the OpenVINO product home page: https://software.intel.com/en-us/openvino-toolkit. +* Check out the OpenVINO product home page: https://software.intel.com/en-us/openvino-toolkit. @endsphinxdirective diff --git a/docs/install_guides/installing-openvino-conda.md b/docs/install_guides/installing-openvino-conda.md index 7718f8b9328..38ee19e9268 100644 --- a/docs/install_guides/installing-openvino-conda.md +++ b/docs/install_guides/installing-openvino-conda.md @@ -11,15 +11,9 @@ .. tab:: System Requirements - | Full requirement listing is available in: - | `System Requirements Page `__ + | Full requirement listing is available in: + | `System Requirements Page `__ -.. comment to publish in the future, when gpu support comes back: - - .. tab:: Processor Notes - - | Not all Intel CPUs include integrated graphics processors. - | See `Product Specifications `__ for information about your hardware. .. tab:: Software diff --git a/docs/install_guides/installing-openvino-docker-linux.md b/docs/install_guides/installing-openvino-docker-linux.md index 2b09588ca6e..ca06d810ab0 100644 --- a/docs/install_guides/installing-openvino-docker-linux.md +++ b/docs/install_guides/installing-openvino-docker-linux.md @@ -26,11 +26,11 @@ This guide provides steps on creating a Docker image with Intel® Distribution o To launch a Linux image on WSL2 when trying to run inferences on a GPU, make sure that the following requirements are met: - Only Windows 10 with 21H2 update or above installed and Windows 11 are supported. - - Intel GPU driver on Windows host with version 30.0.100.9684 or above need be installed. Please see `this article`_ for more details. - - From 2022.1 release, the Docker images contain preinstalled recommended version of OpenCL Runtime with WSL2 support. - - .. _this article: https://www.intel.com/content/www/us/en/artificial-intelligence/harness-the-power-of-intel-igpu-on-your-machine.html#articleparagraph_983312434 + - Intel GPU driver for Windows, version 30.0.100.9684 or newer needs to be installed. For more details, refer to + `this article at intel.com `__. + - Currently, the Docker images contain preinstalled recommended version of OpenCL Runtime with WSL2 support. + @endsphinxdirective ## Installation Flow @@ -63,60 +63,20 @@ You can also try our [Tutorials](https://github.com/openvinotoolkit/docker_ci/tr ## Configuring the Image for Different Devices -If you want to run inferences on a CPU or Intel® Neural Compute Stick 2, no extra configuration is needed. Go to Running the image on different devices for the next step. +If you want to run inference on a CPU or Intel® Neural Compute Stick 2, no extra configuration is needed. Go to Running the image on different devices for the next step. ### Configuring Docker Image for GPU -By default, the distributed Docker image for OpenVINO has the recommended version of Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver for the operating system installed inside. If you want to build an image with a custom version of OpenCL Runtime included, you need to modify the Dockerfile using the lines below (the 19.41.14441 version is used as an example) and build the image manually: - -**Ubuntu 18.04/20.04**: - -```sh -WORKDIR /tmp/opencl -RUN useradd -ms /bin/bash -G video,users openvino && \ - chown openvino -R /home/openvino - -RUN apt-get update && \ - apt-get install -y --no-install-recommends ocl-icd-libopencl1 && \ - rm -rf /var/lib/apt/lists/* && \ - curl -L "https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-gmmlib_19.3.2_amd64.deb" --output "intel-gmmlib_19.3.2_amd64.deb" && \ - curl -L "https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-igc-core_1.0.2597_amd64.deb" --output "intel-igc-core_1.0.2597_amd64.deb" && \ - curl -L "https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-igc-opencl_1.0.2597_amd64.deb" --output "intel-igc-opencl_1.0.2597_amd64.deb" && \ - curl -L "https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-opencl_19.41.14441_amd64.deb" --output "intel-opencl_19.41.14441_amd64.deb" && \ - curl -L "https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-ocloc_19.41.14441_amd64.deb" --output "intel-ocloc_19.04.12237_amd64.deb" && \ - dpkg -i /tmp/opencl/*.deb && \ - ldconfig && \ - rm /tmp/opencl -``` - -**RHEL 8**: - -```sh -WORKDIR /tmp/opencl -RUN useradd -ms /bin/bash -G video,users openvino && \ - chown openvino -R /home/openvino -RUN groupmod -g 44 video - -RUN yum update -y && yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ - yum update -y && yum install -y ocl-icd ocl-icd-devel && \ - yum clean all && rm -rf /var/cache/yum && \ - curl -L https://sourceforge.net/projects/intel-compute-runtime/files/19.41.14441/centos-7/intel-gmmlib-19.3.2-1.el7.x86_64.rpm/download -o intel-gmmlib-19.3.2-1.el7.x86_64.rpm && \ - curl -L https://sourceforge.net/projects/intel-compute-runtime/files/19.41.14441/centos-7/intel-gmmlib-devel-19.3.2-1.el7.x86_64.rpm/download -o intel-gmmlib-devel-19.3.2-1.el7.x86_64.rpm && \ - curl -L https://sourceforge.net/projects/intel-compute-runtime/files/19.41.14441/centos-7/intel-igc-core-1.0.2597-1.el7.x86_64.rpm/download -o intel-igc-core-1.0.2597-1.el7.x86_64.rpm && \ - curl -L https://sourceforge.net/projects/intel-compute-runtime/files/19.41.14441/centos-7/intel-igc-opencl-1.0.2597-1.el7.x86_64.rpm/download -o intel-igc-opencl-1.0.2597-1.el7.x86_64.rpm && \ - curl -L https://sourceforge.net/projects/intel-compute-runtime/files/19.41.14441/centos-7/intel-igc-opencl-devel-1.0.2597-1.el7.x86_64.rpm/download -o intel-igc-opencl-devel-1.0.2597-1.el7.x86_64.rpm && \ - curl -L https://sourceforge.net/projects/intel-compute-runtime/files/19.41.14441/centos-7/intel-opencl-19.41.14441-1.el7.x86_64.rpm/download -o intel-opencl-19.41.14441-1.el7.x86_64.rpm \ - rpm -ivh ${TEMP_DIR}/*.rpm && \ - ldconfig && \ - rm -rf ${TEMP_DIR} && \ - yum remove -y epel-release -``` +@sphinxdirective +If you want to run inference on a GPU, follow the instructions provided in the guide on +:doc:`Configuration for Intel GPU ` +@endsphinxdirective ### Configuring Docker Image for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs > **NOTE**: When building the Docker image, create a user in the Dockerfile that has the same UID (User Identifier) and GID (Group Identifier) as the user which that runs hddldaemon on the host, and then run the application in the Docker image with this user. This step is necessary to run the container as a non-root user. -To use the Docker container for inference on Intel® Vision Accelerator Design with Intel® Movidius™ VPUs, do the following steps: +To s:use the Docker container for inference on Intel® Vision Accelerator Design with Intel® Movidius™ VPUs, do the following: 1. Set up the environment on the host machine to be used for running Docker. It is required to execute `hddldaemon`, which is responsible for communication between the HDDL plugin and the board. To learn how to set up the environment (the OpenVINO package or HDDL package must be pre-installed), see [Configuration guide for HDDL device](https://github.com/openvinotoolkit/docker_ci/blob/master/install_guide_vpu_hddl.md) or [Configurations for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs on Linux](configurations-for-ivad-vpu.md). 2. Run `hddldaemon` on the host in a separate terminal session using the following command: diff --git a/docs/install_guides/installing-openvino-linux-header.md b/docs/install_guides/installing-openvino-linux-header.md index 4e31eba5a81..ca8cb9eb5cf 100644 --- a/docs/install_guides/installing-openvino-linux-header.md +++ b/docs/install_guides/installing-openvino-linux-header.md @@ -11,7 +11,7 @@ Use APT Use YUM Use Conda Forge - Use HomeBrew + Use Homebrew Use Docker @@ -22,7 +22,7 @@ If you want to install OpenVINO™ Runtime on your Linux machine, these are your * :doc:`Install OpenVINO Runtime using from APT ` * :doc:`Install OpenVINO Runtime using from YUM ` * :doc:`Install OpenVINO Runtime using Conda Forge ` -* :doc:`Install OpenVINO Runtime using HomeBrew ` +* :doc:`Install OpenVINO Runtime using Homebrew ` * :doc:`Install OpenVINO using Docker ` For a full selection of distribution channels, see the diff --git a/docs/install_guides/installing-openvino-linux.md b/docs/install_guides/installing-openvino-linux.md index b88dc7f6730..a6ca83343c4 100644 --- a/docs/install_guides/installing-openvino-linux.md +++ b/docs/install_guides/installing-openvino-linux.md @@ -6,7 +6,7 @@ Currently only the following ways are provided to install OpenVINO™: * [Install OpenVINO Runtime from APT](@ref openvino_docs_install_guides_installing_openvino_apt) * [Install OpenVINO Runtime from YUM](@ref openvino_docs_install_guides_installing_openvino_yum) * [Install OpenVINO from PyPI](installing-openvino-pip.md) -* [Install OpenVINO Runtime via HomeBrew](installing-openvino-brew.md) +* [Install OpenVINO Runtime via Homebrew](installing-openvino-brew.md) * [Install OpenVINO with Docker](installing-openvino-docker-linux.md) * [Build From Source](https://github.com/openvinotoolkit/openvino/wiki/BuildingCode) diff --git a/docs/install_guides/installing-openvino-macos-header.md b/docs/install_guides/installing-openvino-macos-header.md index 7054d0c6e0d..cbbafd162a5 100644 --- a/docs/install_guides/installing-openvino-macos-header.md +++ b/docs/install_guides/installing-openvino-macos-header.md @@ -8,14 +8,14 @@ From Archive From PyPI - Using HomeBrew + Using Homebrew @endsphinxdirective If you want to install OpenVINO™ Runtime on macOS, there are a few ways to accomplish this. We prepared following options for you: * [Install OpenVINO Runtime from an Archive File](installing-openvino-from-archive-macos.md) -* [Install OpenVINO Runtime via HomeBrew](installing-openvino-brew.md) +* [Install OpenVINO Runtime via Homebrew](installing-openvino-brew.md) * [Install OpenVINO from PyPI](installing-openvino-pip.md) For a full selection of distribution channels, see the [OpenVINO Installation Selector Tool](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html) diff --git a/docs/install_guides/installing-openvino-macos.md b/docs/install_guides/installing-openvino-macos.md index ba4c632df16..2b9e506aed0 100644 --- a/docs/install_guides/installing-openvino-macos.md +++ b/docs/install_guides/installing-openvino-macos.md @@ -3,7 +3,7 @@ Currently only the following ways are provided to install OpenVINO™ on macOS: * [Install OpenVINO Runtime using an Archive File](installing-openvino-from-archive-macos.md) -* [Install OpenVINO Runtime using HomeBrew](installing-openvino-brew.md) +* [Install OpenVINO Runtime using Homebrew](installing-openvino-brew.md) * [Install OpenVINO using PyPI](installing-openvino-pip.md) * [Build From Source](https://github.com/openvinotoolkit/openvino/wiki/BuildingCode) diff --git a/docs/install_guides/installing-openvino-yum.md b/docs/install_guides/installing-openvino-yum.md index a9fd96f345e..2fc9329bf0a 100644 --- a/docs/install_guides/installing-openvino-yum.md +++ b/docs/install_guides/installing-openvino-yum.md @@ -2,7 +2,9 @@ @sphinxdirective -With the OpenVINO™ 2022.3 release, you can install OpenVINO Runtime on Linux using the YUM repository. OpenVINO™ Development Tools can be installed via PyPI only. See :ref:`Installing Additional Components ` for more information. +With the OpenVINO™ 2022.3 release, you can install OpenVINO Runtime on Linux using the YUM repository. +OpenVINO™ Development Tools can be installed via PyPI only. See +`Installing Additional Components <#step-3-optional-install-additional-components>`__ for more information. See the `Release Notes `_ for more information on updates in the latest release. @@ -39,15 +41,18 @@ Installing OpenVINO Runtime from YUM is recommended for C++ developers. If you a * GCC 8.2.0 * `Python 3.7 - 3.10, 64-bit `_ -@endsphinxdirective -## Install OpenVINO Runtime -### Step 1: Set Up the Repository -@sphinxdirective -1. Create a YUM repository file (`openvino-2022.repo`) in the `/tmp` directory as a normal user: +Install OpenVINO Runtime +######################## + +Step 1: Set Up the Repository ++++++++++++++++++++++++++++++ + + +1. Create a YUM repository file (``openvino-2022.repo``) in the ``/tmp`` directory as a normal user: .. code-block:: sh @@ -61,7 +66,7 @@ Installing OpenVINO Runtime from YUM is recommended for C++ developers. If you a gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB EOF -2. Move the new `openvino-2022.repo` file to the YUM configuration directory, i.e. `/etc/yum.repos.d`: +2. Move the new ``openvino-2022.repo`` file to the YUM configuration directory, i.e. ``/etc/yum.repos.d``: .. code-block:: sh @@ -82,13 +87,12 @@ To list available OpenVINO packages, use the following command: yum list 'openvino*' -@endsphinxdirective -### Step 2: Install OpenVINO Runtime Using the YUM Package Manager +Step 2: Install OpenVINO Runtime Using the YUM Package Manager +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -#### Install OpenVINO Runtime - -@sphinxdirective +Install OpenVINO Runtime +------------------------- .. tab:: The Latest Version @@ -112,11 +116,9 @@ To list available OpenVINO packages, use the following command: sudo yum install openvino-2022.3.0 -@endsphinxdirective -#### Check for Installed Packages and Version - -@sphinxdirective +Check for Installed Packages and Version +----------------------------------------- Run the following command: @@ -126,25 +128,24 @@ Run the following command: .. _intall additional components yum: -@endsphinxdirective -### Step 3 (Optional): Install Additional Components -@sphinxdirective + +Step 3 (Optional): Install Additional Components ++++++++++++++++++++++++++++++++++++++++++++++++++ OpenVINO Development Tools is a set of utilities for working with OpenVINO and OpenVINO models. It provides tools like Model Optimizer, Benchmark Tool, Post-Training Optimization Tool, and Open Model Zoo Downloader. If you installed OpenVINO Runtime using YUM, OpenVINO Development Tools must be installed separately. See **For C++ Developers** section on the :doc:`Install OpenVINO Development Tools ` page for instructions. -@endsphinxdirective -### Step 4 (Optional): Configure Inference on Non-CPU Devices +Step 4 (Optional): Configure Inference on Non-CPU Devices +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ To enable the toolkit components to use processor graphics (GPU) on your system, follow the steps in [GPU Setup Guide](@ref openvino_docs_install_guides_configurations_for_intel_gpu). -### Step 5: Build Samples - -@sphinxdirective +Step 5: Build Samples +++++++++++++++++++++++ To build the C++ or C sample applications for Linux, run the `build_samples.sh` script: @@ -160,13 +161,12 @@ To build the C++ or C sample applications for Linux, run the `build_samples.sh` /usr/share/openvino/samples/c/build_samples.sh -@endsphinxdirective -For more information, refer to Build the Sample Applications on Linux. +For more information, refer to :doc:`Build the Sample Applications on Linux `. -### Uninstalling OpenVINO Runtime +Uninstalling OpenVINO Runtime +############################## -@sphinxdirective To uninstall OpenVINO Runtime via YUM, run the following command based on your needs: @@ -189,11 +189,10 @@ To uninstall OpenVINO Runtime via YUM, run the following command based on your n sudo yum autoremove openvino-2022.3.0 -@endsphinxdirective -## What's Next? +What's Next? +############# -@sphinxdirective Now that you've installed OpenVINO Runtime, you're ready to run your own machine learning applications! Learn more about how to integrate a model in OpenVINO applications by trying out the following tutorials: