[DOCS] 23.0.2 adjustment (#19604)

This commit is contained in:
Karol Blaszczak
2023-09-05 09:47:01 +02:00
committed by GitHub
parent 6fbcb94e20
commit 256a6d2572
6 changed files with 49 additions and 49 deletions

View File

@@ -149,7 +149,7 @@ For example, to install and configure dependencies required for working with Ten
Model conversion API support for TensorFlow 1.x environment has been deprecated. Use the ``tensorflow2`` parameter to install a TensorFlow 2.x environment that can convert both TensorFlow 1.x and 2.x models. If your model isn't compatible with the TensorFlow 2.x environment, use the `tensorflow` parameter to install the TensorFlow 1.x environment. The TF 1.x environment is provided only for legacy compatibility reasons.
For more details on the openvino-dev PyPI package, see `pypi.org <https://pypi.org/project/openvino-dev/2023.0.1>`__ .
For more details on the openvino-dev PyPI package, see `pypi.org <https://pypi.org/project/openvino-dev/2023.0.2>`__ .
Step 5. Test the Installation
+++++++++++++++++++++++++++++

View File

@@ -61,7 +61,7 @@ Installing OpenVINO Runtime with Anaconda Package Manager
.. code-block:: sh
conda install -c conda-forge openvino=2023.0.1
conda install -c conda-forge openvino=2023.0.2
Congratulations! You have finished installing OpenVINO Runtime.
@@ -94,7 +94,7 @@ with the proper OpenVINO version number:
.. code-block:: sh
conda remove openvino=2023.0.1
conda remove openvino=2023.0.2
What's Next?

View File

@@ -104,7 +104,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/2023.0.1/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/2023.0.2/linux/>`_, extract the files, rename the extracted folder and move it to the desired path:
.. tab-set::
@@ -118,63 +118,63 @@ Step 1: Download and Install the OpenVINO Core Components
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/linux/l_openvino_toolkit_ubuntu22_2023.0.1.11005.fa1c41994f3_x86_64.tgz --output openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv l_openvino_toolkit_ubuntu22_2023.0.1.11005.fa1c41994f3_x86_64 /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/linux/l_openvino_toolkit_ubuntu22_2023.0.2.11065.e662b1a3301_x86_64.tgz --output openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv l_openvino_toolkit_ubuntu22_2023.0.2.11065.e662b1a3301_x86_64 /opt/intel/openvino_2023.0.2
.. tab-item:: Ubuntu 20.04
:sync: ubuntu-20
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/linux/l_openvino_toolkit_ubuntu20_2023.0.1.11005.fa1c41994f3_x86_64.tgz --output openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv l_openvino_toolkit_ubuntu20_2023.0.1.11005.fa1c41994f3_x86_64 /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/linux/l_openvino_toolkit_ubuntu20_2023.0.2.11065.e662b1a3301_x86_64.tgz --output openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv l_openvino_toolkit_ubuntu20_2023.0.2.11065.e662b1a3301_x86_64 /opt/intel/openvino_2023.0.2
.. tab-item:: Ubuntu 18.04
:sync: ubuntu-18
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/linux/l_openvino_toolkit_ubuntu18_2023.0.1.11005.fa1c41994f3_x86_64.tgz --output openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv l_openvino_toolkit_ubuntu18_2023.0.1.11005.fa1c41994f3_x86_64 /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/linux/l_openvino_toolkit_ubuntu18_2023.0.2.11065.e662b1a3301_x86_64.tgz --output openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv l_openvino_toolkit_ubuntu18_2023.0.2.11065.e662b1a3301_x86_64 /opt/intel/openvino_2023.0.2
.. tab-item:: RHEL 8
:sync: rhel-8
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/linux/l_openvino_toolkit_rhel8_2023.0.1.11005.fa1c41994f3_x86_64.tgz --output openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv l_openvino_toolkit_rhel8_2023.0.1.11005.fa1c41994f3_x86_64 /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/linux/l_openvino_toolkit_rhel8_2023.0.2.11065.e662b1a3301_x86_64.tgz --output openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv l_openvino_toolkit_rhel8_2023.0.2.11065.e662b1a3301_x86_64 /opt/intel/openvino_2023.0.2
.. tab-item:: CentOS 7
:sync: centos-7
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/linux/l_openvino_toolkit_centos7_2023.0.1.11005.fa1c41994f3_x86_64.tgz --output openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv l_openvino_toolkit_centos7_2023.0.1.11005.fa1c41994f3_x86_64 /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/linux/l_openvino_toolkit_centos7_2023.0.2.11065.e662b1a3301_x86_64.tgz --output openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv l_openvino_toolkit_centos7_2023.0.2.11065.e662b1a3301_x86_64 /opt/intel/openvino_2023.0.2
.. tab-item:: ARM 64-bit
:sync: arm-64
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/linux/l_openvino_toolkit_debian9_2023.0.1.11005.fa1c41994f3_arm64.tgz -O openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv l_openvino_toolkit_debian9_2023.0.1.11005.fa1c41994f3_arm64 /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/linux/l_openvino_toolkit_debian9_2023.0.2.11065.e662b1a3301_arm64.tgz -O openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv l_openvino_toolkit_debian9_2023.0.2.11065.e662b1a3301_arm64 /opt/intel/openvino_2023.0.2
.. tab-item:: ARM 32-bit
:sync: arm-32
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/linux/l_openvino_toolkit_debian9_2023.0.1.11005.fa1c41994f3_armhf.tgz -O openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv l_openvino_toolkit_debian9_2023.0.1.11005.fa1c41994f3_armhf /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/linux/l_openvino_toolkit_debian9_2023.0.2.11065.e662b1a3301_armhf.tgz -O openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv l_openvino_toolkit_debian9_2023.0.2.11065.e662b1a3301_armhf /opt/intel/openvino_2023.0.2
@@ -182,7 +182,7 @@ Step 1: Download and Install the OpenVINO Core Components
.. code-block:: sh
cd /opt/intel/openvino_2023.0.1
cd /opt/intel/openvino_2023.0.2
sudo -E ./install_dependencies/install_openvino_dependencies.sh
6. (Optional) Install *numpy* Python Library:
@@ -191,11 +191,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_2023.0.1/python/python.<x>`` folder:
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2023.0.2/python/python.<x>`` folder:
.. code-block:: sh
cd /opt/intel/openvino_2023.0.1
cd /opt/intel/openvino_2023.0.2
python3 -m pip install -r ./python/python3.<x>/requirements.txt
7. For simplicity, it is useful to create a symbolic link as below:
@@ -203,7 +203,7 @@ Step 1: Download and Install the OpenVINO Core Components
.. code-block:: sh
cd /opt/intel
sudo ln -s openvino_2023.0.1 openvino_2023
sudo ln -s openvino_2023.0.2 openvino_2023
.. note::
If you have already installed a previous release of OpenVINO 2023, a symbolic link to the ``openvino_2023`` folder may already exist.

View File

@@ -61,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/2023.0.1/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/2023.0.2/macos/>`__, extract the files, rename the extracted folder and move it to the desired path:
.. tab-set::
@@ -70,18 +70,18 @@ Step 1: Install OpenVINO Core Components
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/macos/m_openvino_toolkit_macos_10_15_2023.0.1.11005.fa1c41994f3_x86_64.tgz --output openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv m_openvino_toolkit_macos_10_15_2023.0.1.11005.fa1c41994f3_x86_64 /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/macos/m_openvino_toolkit_macos_10_15_2023.0.2.11065.e662b1a3301_x86_64.tgz --output openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv m_openvino_toolkit_macos_10_15_2023.0.2.11065.e662b1a3301_x86_64 /opt/intel/openvino_2023.0.2
.. tab-item:: ARM, 64-bit
:sync: arm-64
.. code-block:: sh
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.1/macos/m_openvino_toolkit_macos_11_0_2023.0.1.11005.fa1c41994f3_arm64.tgz --output openvino_2023.0.1.tgz
tar -xf openvino_2023.0.1.tgz
sudo mv m_openvino_toolkit_macos_11_0_2023.0.1.11005.fa1c41994f3_arm64 /opt/intel/openvino_2023.0.1
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/macos/m_openvino_toolkit_macos_11_0_2023.0.2.11065.e662b1a3301_arm64.tgz --output openvino_2023.0.2.tgz
tar -xf openvino_2023.0.2.tgz
sudo mv m_openvino_toolkit_macos_11_0_2023.0.2.11065.e662b1a3301_arm64 /opt/intel/openvino_2023.0.2
5. (Optional) Install *numpy* Python Library:
@@ -89,18 +89,18 @@ 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_2023.0.1/python/python.<x>`` folder:
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2023.0.2/python/python.<x>`` folder:
.. code-block:: sh
cd /opt/intel/openvino_2023.0.1
cd /opt/intel/openvino_2023.0.2
python3 -m pip install -r ./python/python3.<x>/requirements.txt
6. For simplicity, it is useful to create a symbolic link as below:
.. code-block:: sh
sudo ln -s /opt/intel/openvino_2023.0.1 /opt/intel/openvino_2023
sudo ln -s /opt/intel/openvino_2023.0.2 /opt/intel/openvino_2023
.. note::

View File

@@ -81,19 +81,19 @@ 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/2023.0.1/windows/>`__ to your local ``Downloads`` folder.
2. Download the `OpenVINO Runtime archive file for Windows <https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/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/2023.0.1/windows/w_openvino_toolkit_windows_2023.0.1.11005.fa1c41994f3_x86_64.zip --output openvino_2023.0.1.zip
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.0.2/windows/w_openvino_toolkit_windows_2023.0.2.11065.e662b1a3301_x86_64.zip --output openvino_2023.0.2.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_2023.0.1.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>`__.
An ``.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_2023.0.2.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.
@@ -102,9 +102,9 @@ Step 1: Download and Install OpenVINO Core Components
.. code-block:: sh
tar -xf openvino_2023.0.1.zip
ren w_openvino_toolkit_windows_2023.0.0.10926.b4452d56304_x86_64 openvino_2023.0.1
move openvino_2023.0.1 "C:\Program Files (x86)\Intel"
tar -xf openvino_2023.0.2.zip
ren w_openvino_toolkit_windows_2023.0.2.11065.e662b1a3301_x86_64 openvino_2023.0.2
move openvino_2023.0.2 "C:\Program Files (x86)\Intel"
4. (Optional) Install *numpy* Python Library:
@@ -113,11 +113,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_2023.0.1\python\python.<x>`` folder:
You can use the ``requirements.txt`` file from the ``C:\Program Files (x86)\Intel\openvino_2023.0.2\python\python.<x>`` folder:
.. code-block:: sh
cd "C:\Program Files (x86)\Intel\openvino_2023.0.1"
cd "C:\Program Files (x86)\Intel\openvino_2023.0.2"
python -m pip install -r .\python\python3.<x>\requirements.txt
@@ -126,7 +126,7 @@ Step 1: Download and Install OpenVINO Core Components
.. code-block:: sh
cd C:\Program Files (x86)\Intel
mklink /D openvino_2023 openvino_2023.0.1
mklink /D openvino_2023 openvino_2023.0.2
.. note::

View File

@@ -37,7 +37,7 @@ format to OpenVINO Intermediate Representation (IR).
# Required imports. Please execute this cell first.
! pip install -q --find-links https://download.pytorch.org/whl/torch_stable.html \
"openvino-dev>=2023.0.1" \
"openvino-dev>=2023.0.2" \
"requests" \
"tqdm" \
"transformers[onnx]>=4.21.1" \