Skip to content

Commit

Permalink
[DOCS] 24.3 archives and final touches (openvinotoolkit#25829)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblaszczak-intel authored Jul 31, 2024
1 parent f0d7cd8 commit 89b49c1
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ running on an Intel® Core™ Ultra 7-165H based system, on built-in GPUs.
:file: ../../_static/download/llm_models.csv


For complete information on the system config, see: `Hardware Platforms [PDF] <https://docs.openvino.ai/2024/_static/benchmarks_files/OV-2024.2-platform_list.pdf>`__
For complete information on the system config, see: `Hardware Platforms [PDF] <https://docs.openvino.ai/2024/_static/benchmarks_files/OV-2024.3-platform_list.pdf>`__
19 changes: 15 additions & 4 deletions docs/articles_en/about-openvino/release-notes-openvino.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,22 @@ OpenVINO pre-optimized models are now available on Hugging Face:



Known Issues
-----------------------------





| **Component: OpenVINO.GenAI**
| ID: 148308
| Description:
| The OpenVINO.GenAI archive distribution doesn't include debug libraries for OpenVINO
Tokenizers and OpenVINO.GenAI.
| **Component: OpenVINO.GenAI**
| ID: 146283
| Description:
| For some LLM models, longer prompts, such as several thousand tokens, may result in
decreased accuracy on the GPU plugin.
| Workaround:
| It is recommended to run the model in the FP32 precision to avoid the issue.


Expand Down
8 changes: 4 additions & 4 deletions docs/articles_en/get-started/install-openvino.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Install OpenVINO™ 2024.2
Install OpenVINO™ 2024.3
==========================


Expand All @@ -23,10 +23,10 @@ Install OpenVINO™ 2024.2
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<iframe id="selector" src="../_static/selector-tool/selector-9dbd5b1.html" style="width: 100%; border: none" title="Download Intel® Distribution of OpenVINO™ Toolkit"></iframe>

OpenVINO 2024.2, described here, is not a Long-Term-Support version!
OpenVINO 2024.3, described here, is not a Long-Term-Support version!
All currently supported versions are:

* 2024.2 (development)
* 2024.3 (development)
* 2023.3 (LTS)
* 2022.3 (LTS)

Expand All @@ -37,7 +37,7 @@ All currently supported versions are:
Refer to the :doc:`OpenVINO Release Policy <../../../about-openvino/release-notes-openvino/release-policy>`
to learn more about the release types.

.. dropdown:: Distribution Comparison for OpenVINO 2024.2
.. dropdown:: Distribution Comparison for OpenVINO 2024.3

=============== ========== ====== =============== ======== ============ ========== ========== ==========
Device Archives PyPI APT/YUM/ZYPPER Conda Homebrew vcpkg Conan npm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Step 2: Install OpenVINO Runtime Using the APT Package Manager
.. code-block:: sh
sudo apt install openvino-2024.2.0
sudo apt install openvino-2024.3.0
.. note::

Expand Down Expand Up @@ -228,7 +228,7 @@ To uninstall OpenVINO Runtime via APT, run the following command based on your n

.. code-block:: sh
sudo apt autoremove openvino-2024.2.0
sudo apt autoremove openvino-2024.3.0
What's Next?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Step 1: Download and Install the OpenVINO Core Components
cd <user_home>/Downloads
4. Download the `OpenVINO Runtime archive file for your system <https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/linux/>`_, extract the files, rename the extracted folder and move it to the desired path:
4. Download the `OpenVINO Runtime archive file for your system <https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/>`_, extract the files, rename the extracted folder and move it to the desired path:

.. tab-set::

Expand All @@ -123,74 +123,74 @@ Step 1: Download and Install the OpenVINO Core Components
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/linux/l_openvino_toolkit_ubuntu24_2024.2.0.15519.5c0f38f83f6_x86_64.tgz --output openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv l_openvino_toolkit_ubuntu24_2024.2.0.15519.5c0f38f83f6_x86_64 /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_ubuntu24_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz --output openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv l_openvino_toolkit_ubuntu24_2024.3.0.16041.1e3b88e4e3f_x86_64 /opt/intel/openvino_2024.3.0
.. tab-item:: Ubuntu 22.04
:sync: ubuntu-22

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/linux/l_openvino_toolkit_ubuntu22_2024.2.0.15519.5c0f38f83f6_x86_64.tgz --output openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv l_openvino_toolkit_ubuntu22_2024.2.0.15519.5c0f38f83f6_x86_64 /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_ubuntu22_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz --output openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv l_openvino_toolkit_ubuntu22_2024.3.0.16041.1e3b88e4e3f_x86_64 /opt/intel/openvino_2024.3.0
.. tab-item:: Ubuntu 20.04
:sync: ubuntu-20

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/linux/l_openvino_toolkit_ubuntu20_2024.2.0.15519.5c0f38f83f6_x86_64.tgz --output openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv l_openvino_toolkit_ubuntu20_2024.2.0.15519.5c0f38f83f6_x86_64 /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_ubuntu20_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz --output openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv l_openvino_toolkit_ubuntu20_2024.3.0.16041.1e3b88e4e3f_x86_64 /opt/intel/openvino_2024.3.0
.. tab-item:: RHEL 8
:sync: rhel-8

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/linux/l_openvino_toolkit_rhel8_2024.2.0.15519.5c0f38f83f6_x86_64.tgz --output openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv l_openvino_toolkit_rhel8_2024.2.0.15519.5c0f38f83f6_x86_64 /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_rhel8_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz --output openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv l_openvino_toolkit_rhel8_2024.3.0.16041.1e3b88e4e3f_x86_64 /opt/intel/openvino_2024.3.0
.. tab-item:: CentOS 7
:sync: centos-7

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/linux/l_openvino_toolkit_centos7_2024.2.0.15519.5c0f38f83f6_x86_64.tgz --output openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv l_openvino_toolkit_centos7_2024.2.0.15519.5c0f38f83f6_x86_64 /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_centos7_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz --output openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv l_openvino_toolkit_centos7_2024.3.0.16041.1e3b88e4e3f_x86_64 /opt/intel/openvino_2024.3.0
.. tab-item:: ARM 64-bit
:sync: arm-64

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/linux/l_openvino_toolkit_ubuntu20_2024.2.0.15519.5c0f38f83f6_arm64.tgz -O openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv l_openvino_toolkit_ubuntu20_2024.2.0.15519.5c0f38f83f6_arm64 /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_ubuntu20_2024.3.0.16041.1e3b88e4e3f_arm64.tgz -O openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv l_openvino_toolkit_ubuntu20_2024.3.0.16041.1e3b88e4e3f_arm64 /opt/intel/openvino_2024.3.0
.. tab-item:: ARM 32-bit
:sync: arm-32

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/linux/l_openvino_toolkit_debian9_2024.2.0.15519.5c0f38f83f6_armhf.tgz -O openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv l_openvino_toolkit_debian9_2024.2.0.15519.5c0f38f83f6_armhf /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/linux/l_openvino_toolkit_debian10_2024.3.0.16041.1e3b88e4e3f_armhf.tgz -O openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv l_openvino_toolkit_debian10_2024.3.0.16041.1e3b88e4e3f_armhf /opt/intel/openvino_2024.3.0
5. Install required system dependencies on Linux. To do this, OpenVINO provides a script in the extracted installation directory. Run the following command:

.. code-block:: sh
cd /opt/intel/openvino_2024.2.0
cd /opt/intel/openvino_2024.3.0
sudo -E ./install_dependencies/install_openvino_dependencies.sh
6. (Optional) Install *numpy* Python Library:
Expand All @@ -199,11 +199,11 @@ Step 1: Download and Install the OpenVINO Core Components

This step is required only when you decide to use Python API.

You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2024.2.0/python`` folder:
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2024.3.0/python`` folder:

.. code-block:: sh
cd /opt/intel/openvino_2024.2.0
cd /opt/intel/openvino_2024.3.0
python3 -m pip install -r ./python/requirements.txt
7. For simplicity, it is useful to create a symbolic link as below:
Expand All @@ -212,7 +212,7 @@ Step 1: Download and Install the OpenVINO Core Components
cd /opt/intel
sudo ln -s openvino_2024.2.0 openvino_2024
sudo ln -s openvino_2024.3.0 openvino_2024
.. note::
If you have already installed a previous release of OpenVINO 2024, a symbolic link to the ``openvino_2024`` folder may already exist.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. {#openvino_docs_install_guides_installing_openvino_from_archive_macos}
Install OpenVINO™ Runtime on macOS from an Archive File
=========================================================

Expand Down Expand Up @@ -63,7 +61,7 @@ Step 1: Install OpenVINO Core Components
cd <user_home>/Downloads
4. Download the `OpenVINO Runtime archive file for macOS <https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/macos/>`__, extract the files, rename the extracted folder and move it to the desired path:
4. Download the `OpenVINO Runtime archive file for macOS <https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/macos/>`__, extract the files, rename the extracted folder and move it to the desired path:

.. tab-set::

Expand All @@ -73,19 +71,19 @@ Step 1: Install OpenVINO Core Components
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/macos/m_openvino_toolkit_macos_12_6_2024.2.0.15519.5c0f38f83f6_x86_64.tgz --output openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv m_openvino_toolkit_macos_12_6_2024.2.0.15519.5c0f38f83f6_x86_64 /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/macos/m_openvino_toolkit_macos_12_6_2024.3.0.16041.1e3b88e4e3f_x86_64.tgz --output openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv m_openvino_toolkit_macos_12_6_2024.3.0.16041.1e3b88e4e3f_x86_64 /opt/intel/openvino_2024.3.0
.. tab-item:: ARM, 64-bit
:sync: arm-64

.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/macos/m_openvino_toolkit_macos_12_6_2024.2.0.15519.5c0f38f83f6_arm64.tgz --output openvino_2024.2.0.tgz
tar -xf openvino_2024.2.0.tgz
sudo mv m_openvino_toolkit_macos_12_6_2024.2.0.15519.5c0f38f83f6_arm64 /opt/intel/openvino_2024.2.0
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/macos/m_openvino_toolkit_macos_12_6_2024.3.0.16041.1e3b88e4e3f_arm64.tgz --output openvino_2024.3.0.tgz
tar -xf openvino_2024.3.0.tgz
sudo mv m_openvino_toolkit_macos_12_6_2024.3.0.16041.1e3b88e4e3f_arm64 /opt/intel/openvino_2024.3.0
5. (Optional) Install *numpy* Python Library:
Expand All @@ -94,19 +92,19 @@ Step 1: Install OpenVINO Core Components

This step is required only when you decide to use Python API.

You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2024.2.0/python`` folder:
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2024.3.0/python`` folder:

.. code-block:: sh
cd /opt/intel/openvino_2024.2.0
cd /opt/intel/openvino_2024.3.0
python3 -m pip install -r ./python/requirements.txt
6. For simplicity, it is useful to create a symbolic link as below:

.. code-block:: sh
sudo ln -s /opt/intel/openvino_2024.2.0 /opt/intel/openvino_2024
sudo ln -s /opt/intel/openvino_2024.3.0 /opt/intel/openvino_2024
.. note::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. {#openvino_docs_install_guides_installing_openvino_from_archive_windows}
Install OpenVINO™ Runtime on Windows from an Archive File
===========================================================

Expand Down Expand Up @@ -78,18 +76,18 @@ Step 1: Download and Install OpenVINO Core Components
``C:\Program Files (x86)\Intel`` is the recommended folder. You may also use a different path if desired or if you don't have administrator privileges on your computer.


2. Download the `OpenVINO Runtime archive file for Windows <https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/windows/>`__ to your local ``Downloads`` folder.
2. Download the `OpenVINO Runtime archive file for Windows <https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/windows/>`__ to your local ``Downloads`` folder.

If you prefer using command-lines, run the following commands in the command prompt window you opened:

.. code-block:: sh
cd <user_home>/Downloads
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.2/windows/w_openvino_toolkit_windows_2024.2.0.15519.5c0f38f83f6_x86_64.zip --output openvino_2024.2.0.zip
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.3/windows/w_openvino_toolkit_windows_2024.3.0.16041.1e3b88e4e3f_x86_64.zip --output openvino_2024.3.0.zip
.. note::

A ``.sha256`` file is provided together with the archive file to validate your download process. To do that, download the ``.sha256`` file from the same repository and run ``CertUtil -hashfile openvino_2024.2.0.zip SHA256``. Compare the returned value in the output with what's in the ``.sha256`` file: if the values are the same, you have downloaded the correct file successfully; if not, create a Support ticket `here <https://www.intel.com/content/www/us/en/support/contact-intel.html>`__.
A ``.sha256`` file is provided together with the archive file to validate your download process. To do that, download the ``.sha256`` file from the same repository and run ``CertUtil -hashfile openvino_2024.3.0.zip SHA256``. Compare the returned value in the output with what's in the ``.sha256`` file: if the values are the same, you have downloaded the correct file successfully; if not, create a Support ticket `here <https://www.intel.com/content/www/us/en/support/contact-intel.html>`__.


3. Use your favorite tool to extract the archive file, rename the extracted folder, and move it to the ``C:\Program Files (x86)\Intel`` directory.
Expand All @@ -98,9 +96,9 @@ Step 1: Download and Install OpenVINO Core Components

.. code-block:: sh
tar -xf openvino_2024.2.0.zip
ren w_openvino_toolkit_windows_2024.2.0.15519.5c0f38f83f6_x86_64 openvino_2024.2.0
move openvino_2024.2.0 "C:\Program Files (x86)\Intel"
tar -xf openvino_2024.3.0.zip
ren w_openvino_toolkit_windows_2024.3.0.16041.1e3b88e4e3f_x86_64 openvino_2024.3.0
move openvino_2024.3.0 "C:\Program Files (x86)\Intel"
4. (Optional) Install *numpy* Python Library:
Expand All @@ -109,11 +107,11 @@ Step 1: Download and Install OpenVINO Core Components

This step is required only when you decide to use Python API.

You can use the ``requirements.txt`` file from the ``C:\Program Files (x86)\Intel\openvino_2024.2.0\python`` folder:
You can use the ``requirements.txt`` file from the ``C:\Program Files (x86)\Intel\openvino_2024.3.0\python`` folder:

.. code-block:: sh
cd "C:\Program Files (x86)\Intel\openvino_2024.2.0"
cd "C:\Program Files (x86)\Intel\openvino_2024.3.0"
python -m pip install -r .\python\requirements.txt
Expand All @@ -122,7 +120,7 @@ Step 1: Download and Install OpenVINO Core Components
.. code-block:: sh
cd C:\Program Files (x86)\Intel
mklink /D openvino_2024 openvino_2024.2.0
mklink /D openvino_2024 openvino_2024.3.0
.. note::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Installing OpenVINO Runtime with Conan Package Manager
.. code-block:: sh
[requires]
openvino/2024.2.0
openvino/2024.3.0
[generators]
CMakeDeps
CMakeToolchain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Installing OpenVINO Runtime with Anaconda Package Manager

.. code-block:: sh
conda install -c conda-forge openvino=2024.2.0
conda install -c conda-forge openvino=2024.3.0
Congratulations! You've just Installed OpenVINO! For some use cases you may still
need to install additional components. Check the description below, as well as the
Expand Down Expand Up @@ -157,7 +157,7 @@ with the proper OpenVINO version number:

.. code-block:: sh
conda remove openvino=2024.2.0
conda remove openvino=2024.3.0
If you have installed specific components of OpenVINO, you can remove them, using:

Expand Down
Loading

0 comments on commit 89b49c1

Please sign in to comment.