Skip to content

Commit 53fb74f

Browse files
2026.0 to 2026.1 in docs and release notes (#34798)
Updates of 2026.0 to 2026.1 in docs mentions, install instructions, release notes
1 parent 8657028 commit 53fb74f

19 files changed

Lines changed: 429 additions & 238 deletions

docs/articles_en/about-openvino/release-notes-openvino.rst

Lines changed: 355 additions & 160 deletions
Large diffs are not rendered by default.

docs/articles_en/get-started/install-openvino.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Install OpenVINO™ 2026.0
1+
Install OpenVINO™ 2026.1
22
==========================
33

44

@@ -24,10 +24,10 @@ Install OpenVINO™ 2026.0
2424
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2525
<iframe id="selector" src="../_static/selector-tool/selector-1812816.html" style="width: 100%; border: none" title="Download Intel® Distribution of OpenVINO™ Toolkit"></iframe>
2626

27-
OpenVINO 2026.0, described here, is not a Long-Term-Support version!
27+
OpenVINO 2026.1, described here, is not a Long-Term-Support version!
2828
All currently supported versions are:
2929

30-
* 2026.0 (development)
30+
* 2026.1 (development)
3131
* 2024.6 (maintenance)
3232

3333
.. dropdown:: Effortless GenAI integration with OpenVINO GenAI
@@ -41,4 +41,4 @@ All currently supported versions are:
4141
.. dropdown:: Building OpenVINO from Source
4242

4343
OpenVINO Toolkit source files are available on GitHub as open source. If you want to build your own version of OpenVINO for your platform,
44-
follow the `OpenVINO Build Instructions <https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build.md>`__.
44+
follow the `OpenVINO Build Instructions <https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build.md>`__.

docs/articles_en/get-started/install-openvino/configurations/genai-dependencies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ OpenVINO™ GenAI Dependencies
44
OpenVINO™ GenAI depends on both `OpenVINO <https://github.com/openvinotoolkit/openvino>`__ and
55
`OpenVINO Tokenizers <https://github.com/openvinotoolkit/openvino_tokenizers>`__. During OpenVINO™
66
GenAI installation from PyPi, the same versions of OpenVINO and OpenVINO Tokenizers
7-
are used (e.g. ``openvino==2026.0.0`` and ``openvino-tokenizers==2026.0.0.0`` are installed for
8-
``openvino-genai==2026.0.0``).
7+
are used (e.g. ``openvino==2026.1.0`` and ``openvino-tokenizers==2026.1.0.0`` are installed for
8+
``openvino-genai==2026.1.0``).
99

1010
Trying to update any of the dependency packages might result in a version incompatibility
1111
due to different Application Binary Interfaces (ABIs), which will result in errors while running

docs/articles_en/get-started/install-openvino/install-openvino-apt.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Step 2: Install OpenVINO Runtime Using the APT Package Manager
126126
.. code-block:: sh
127127
128128
129-
sudo apt install openvino-2026.0.0
129+
sudo apt install openvino-2026.1.0
130130
131131
.. note::
132132

@@ -199,7 +199,7 @@ To uninstall OpenVINO Runtime via APT, run the following command based on your n
199199

200200
.. code-block:: sh
201201
202-
sudo apt autoremove openvino-2026.0.0
202+
sudo apt autoremove openvino-2026.1.0
203203
204204
205205
What's Next?

docs/articles_en/get-started/install-openvino/install-openvino-archive-linux.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Step 1: Download and Install the OpenVINO Core Components
6161
6262
cd <user_home>/Downloads
6363
64-
4. Download the `OpenVINO Runtime archive file for your system <https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/linux/>`_,
64+
4. Download the `OpenVINO Runtime archive file for your system <https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/linux/>`_,
6565
extract the files, rename the extracted folder and move it to the desired path:
6666

6767
.. tab-set::
@@ -77,64 +77,64 @@ Step 1: Download and Install the OpenVINO Core Components
7777
.. code-block:: sh
7878
7979
80-
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/linux/openvino_toolkit_ubuntu24_2026.0.0.20965.c6d6a13a886_x86_64.tgz --output openvino_2026.0.0.tgz
81-
tar -xf openvino_2026.0.0.tgz
82-
sudo mv openvino_toolkit_ubuntu24_2026.0.0.20965.c6d6a13a886_x86_64 /opt/intel/openvino_2026.0.0
80+
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/linux/openvino_toolkit_ubuntu24_2026.1.0.21367.63e31528c62_x86_64.tgz --output openvino_2026.1.0.tgz
81+
tar -xf openvino_2026.1.0.tgz
82+
sudo mv openvino_toolkit_ubuntu24_2026.1.0.21367.63e31528c62_x86_64 /opt/intel/openvino_2026.1.0
8383
8484
.. tab-item:: Ubuntu 22.04
8585
:sync: ubuntu-22
8686

8787
.. code-block:: sh
8888
8989
90-
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/linux/openvino_toolkit_ubuntu22_2026.0.0.20965.c6d6a13a886_x86_64.tgz --output openvino_2026.0.0.tgz
91-
tar -xf openvino_2026.0.0.tgz
92-
sudo mv openvino_toolkit_ubuntu22_2026.0.0.20965.c6d6a13a886_x86_64 /opt/intel/openvino_2026.0.0
90+
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/linux/openvino_toolkit_ubuntu22_2026.1.0.21367.63e31528c62_x86_64.tgz --output openvino_2026.1.0.tgz
91+
tar -xf openvino_2026.1.0.tgz
92+
sudo mv openvino_toolkit_ubuntu22_2026.1.0.21367.63e31528c62_x86_64 /opt/intel/openvino_2026.1.0
9393
9494
9595
.. tab-item:: RHEL 8
9696
:sync: rhel-8
9797

9898
.. code-block:: sh
9999
100-
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/linux/openvino_toolkit_rhel8_2026.0.0.20965.c6d6a13a886_x86_64.tgz --output openvino_2026.0.0.tgz
101-
tar -xf openvino_2026.0.0.tgz
102-
sudo mv openvino_toolkit_rhel8_2026.0.0.20965.c6d6a13a886_x86_64 /opt/intel/openvino_2026.0.0
100+
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/linux/openvino_toolkit_rhel8_2026.1.0.21367.63e31528c62_x86_64.tgz --output openvino_2026.1.0.tgz
101+
tar -xf openvino_2026.1.0.tgz
102+
sudo mv openvino_toolkit_rhel8_2026.1.0.21367.63e31528c62_x86_64 /opt/intel/openvino_2026.1.0
103103
104104
.. tab-item:: CentOS 8
105105
:sync: centos-8
106106

107107
.. code-block:: sh
108108
109-
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/linux/openvino_toolkit_centos8_2026.0.0.20965.c6d6a13a886_x86_64.tgz --output openvino_2026.0.0.tgz
110-
tar -xf openvino_2026.0.0.tgz
111-
sudo mv openvino_toolkit_centos8_2026.0.0.20965.c6d6a13a886_x86_64 /opt/intel/openvino_2026.0.0
109+
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/linux/openvino_toolkit_centos8_2026.1.0.21367.63e31528c62_x86_64.tgz --output openvino_2026.1.0.tgz
110+
tar -xf openvino_2026.1.0.tgz
111+
sudo mv openvino_toolkit_centos8_2026.1.0.21367.63e31528c62_x86_64 /opt/intel/openvino_2026.1.0
112112
113113
114114
.. tab-item:: ARM 64-bit
115115
:sync: arm-64
116116

117117
.. code-block:: sh
118118
119-
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/linux/openvino_toolkit_ubuntu22_2026.0.0.20965.c6d6a13a886_arm64.tgz --output openvino_2026.0.0.tgz
120-
tar -xf openvino_2026.0.0.tgz
121-
sudo mv openvino_toolkit_ubuntu22_2026.0.0.20965.c6d6a13a886_arm64 /opt/intel/openvino_2026.0.0
119+
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/linux/openvino_toolkit_ubuntu22_2026.1.0.21367.63e31528c62_arm64.tgz --output openvino_2026.1.0.tgz
120+
tar -xf openvino_2026.1.0.tgz
121+
sudo mv openvino_toolkit_ubuntu22_2026.1.0.21367.63e31528c62_arm64 /opt/intel/openvino_2026.1.0
122122
123123
.. tab-item:: ARM 32-bit
124124
:sync: arm-32
125125

126126
.. code-block:: sh
127127
128-
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/linux/openvino_toolkit_debian10_2026.0.0.20965.c6d6a13a886_armhf.tgz --output openvino_2026.0.0.tgz
129-
tar -xf openvino_2026.0.0.tgz
130-
sudo mv openvino_toolkit_debian10_2026.0.0.20965.c6d6a13a886_armhf /opt/intel/openvino_2026.0.0
128+
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/linux/openvino_toolkit_debian10_2026.1.0.21367.63e31528c62_armhf.tgz --output openvino_2026.1.0.tgz
129+
tar -xf openvino_2026.1.0.tgz
130+
sudo mv openvino_toolkit_debian10_2026.1.0.21367.63e31528c62_armhf /opt/intel/openvino_2026.1.0
131131
132132
133133
5. Install required system dependencies on Linux. To do this, OpenVINO provides a script in the extracted installation directory. Run the following command:
134134

135135
.. code-block:: sh
136136
137-
cd /opt/intel/openvino_2026.0.0
137+
cd /opt/intel/openvino_2026.1.0
138138
sudo -E ./install_dependencies/install_openvino_dependencies.sh
139139
140140
6. (Optional) Install *numpy* Python Library:
@@ -143,11 +143,11 @@ Step 1: Download and Install the OpenVINO Core Components
143143

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

146-
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2026.0.0/python`` folder:
146+
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2026.1.0/python`` folder:
147147

148148
.. code-block:: sh
149149
150-
cd /opt/intel/openvino_2026.0.0
150+
cd /opt/intel/openvino_2026.1.0
151151
python3 -m pip install -r ./python/requirements.txt
152152
153153
7. For simplicity, it is useful to create a symbolic link as below:
@@ -156,7 +156,7 @@ Step 1: Download and Install the OpenVINO Core Components
156156
157157
cd /opt/intel
158158
159-
sudo ln -s openvino_2026.0.0 openvino_2026
159+
sudo ln -s openvino_2026.1.0 openvino_2026
160160
161161
.. note::
162162
If you have already installed a previous release of OpenVINO 2026, a symbolic link to the ``openvino_2026`` folder may already exist.

docs/articles_en/get-started/install-openvino/install-openvino-archive-macos.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Step 1: Install OpenVINO Core Components
4747
cd <user_home>/Downloads
4848
4949
50-
4. Download the `OpenVINO Runtime archive file for macOS <https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/macos/>`__,
50+
4. Download the `OpenVINO Runtime archive file for macOS <https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/macos/>`__,
5151
extract the files, rename the extracted folder and move it to the desired path:
5252

5353
.. tab-set::
@@ -57,9 +57,9 @@ Step 1: Install OpenVINO Core Components
5757

5858
.. code-block:: sh
5959
60-
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/macos/openvino_toolkit_macos_12_6_2026.0.0.20965.c6d6a13a886_arm64.tgz --output openvino_2026.0.0.tgz
61-
tar -xf openvino_2026.0.0.tgz
62-
sudo mv openvino_toolkit_macos_12_6_2026.0.0.20965.c6d6a13a886_arm64 /opt/intel/openvino_2026.0.0
60+
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/macos/openvino_toolkit_macos_12_6_2026.1.0.21367.63e31528c62_arm64.tgz --output openvino_2026.1.0.tgz
61+
tar -xf openvino_2026.1.0.tgz
62+
sudo mv openvino_toolkit_macos_12_6_2026.1.0.21367.63e31528c62_arm64 /opt/intel/openvino_2026.1.0
6363
6464
6565
5. (Optional) Install *numpy* Python Library:
@@ -68,18 +68,18 @@ Step 1: Install OpenVINO Core Components
6868

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

71-
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2026.0.0/python`` folder:
71+
You can use the ``requirements.txt`` file from the ``/opt/intel/openvino_2026.1.0/python`` folder:
7272

7373
.. code-block:: sh
7474
75-
cd /opt/intel/openvino_2026.0.0
75+
cd /opt/intel/openvino_2026.1.0
7676
python3 -m pip install -r ./python/requirements.txt
7777
7878
6. For simplicity, it is useful to create a symbolic link as below:
7979

8080
.. code-block:: sh
8181
82-
sudo ln -s /opt/intel/openvino_2026.0.0 /opt/intel/openvino_2026
82+
sudo ln -s /opt/intel/openvino_2026.1.0 /opt/intel/openvino_2026
8383
8484
.. note::
8585

docs/articles_en/get-started/install-openvino/install-openvino-archive-windows.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ Step 1: Download and Install OpenVINO Core Components
4141
``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.
4242

4343

44-
2. Download the `OpenVINO Runtime archive file for Windows <https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/windows/>`__ to your local ``Downloads`` folder.
44+
2. Download the `OpenVINO Runtime archive file for Windows <https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/windows/>`__ to your local ``Downloads`` folder.
4545

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

4848
.. code-block:: sh
4949
5050
cd <user_home>/Downloads
51-
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.0/windows/openvino_toolkit_windows_2026.0.0.20965.c6d6a13a886_x86_64.zip --output openvino_2026.0.0.zip
51+
curl -L https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.1/windows/openvino_toolkit_windows_2026.1.0.21367.63e31528c62_x86_64.zip --output openvino_2026.1.0.zip
5252
5353
.. note::
5454

5555
A ``.sha256`` file is provided together with the archive file to validate your download
5656
process. To do that, download the ``.sha256`` file from the same repository and run
57-
``CertUtil -hashfile openvino_2026.0.0.zip SHA256``. Compare the returned value in the
57+
``CertUtil -hashfile openvino_2026.1.0.zip SHA256``. Compare the returned value in the
5858
output with what's in the ``.sha256`` file: if the values are the same, you have
5959
downloaded the correct file successfully; if not, create a Support ticket
6060
`here <https://www.intel.com/content/www/us/en/support/contact-intel.html>`__.
@@ -66,9 +66,9 @@ Step 1: Download and Install OpenVINO Core Components
6666

6767
.. code-block:: sh
6868
69-
tar -xf openvino_2026.0.0.zip
70-
ren openvino_toolkit_windows_2026.0.0.20965.c6d6a13a886_x86_64 openvino_2026.0.0
71-
move openvino_2026.0.0 "C:\Program Files (x86)\Intel"
69+
tar -xf openvino_2026.1.0.zip
70+
ren openvino_toolkit_windows_2026.1.0.21367.63e31528c62_x86_64 openvino_2026.1.0
71+
move openvino_2026.1.0 "C:\Program Files (x86)\Intel"
7272
7373
7474
4. (Optional) Install *numpy* Python Library:
@@ -77,11 +77,11 @@ Step 1: Download and Install OpenVINO Core Components
7777

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

80-
You can use the ``requirements.txt`` file from the ``C:\Program Files (x86)\Intel\openvino_2026.0.0\python`` folder:
80+
You can use the ``requirements.txt`` file from the ``C:\Program Files (x86)\Intel\openvino_2026.1.0\python`` folder:
8181

8282
.. code-block:: sh
8383
84-
cd "C:\Program Files (x86)\Intel\openvino_2026.0.0"
84+
cd "C:\Program Files (x86)\Intel\openvino_2026.1.0"
8585
python -m pip install -r .\python\requirements.txt
8686
8787
@@ -90,7 +90,7 @@ Step 1: Download and Install OpenVINO Core Components
9090
.. code-block:: sh
9191
9292
cd C:\Program Files (x86)\Intel
93-
mklink /D openvino_2026 openvino_2026.0.0
93+
mklink /D openvino_2026 openvino_2026.1.0
9494
9595
9696
.. note::

docs/articles_en/get-started/install-openvino/install-openvino-conan.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Installing OpenVINO Runtime with Conan Package Manager
4040
.. code-block:: sh
4141
4242
[requires]
43-
openvino/2026.0.0
43+
openvino/2026.1.0
4444
[generators]
4545
CMakeDeps
4646
CMakeToolchain

docs/articles_en/get-started/install-openvino/install-openvino-conda.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Installing OpenVINO Runtime with Anaconda Package Manager
5050

5151
.. code-block:: sh
5252
53-
conda install -c conda-forge openvino=2026.0.0
53+
conda install -c conda-forge openvino=2026.1.0
5454
5555
Congratulations! You've just Installed OpenVINO! For some use cases you may still
5656
need to install additional components. Check the description below, as well as the
@@ -140,7 +140,7 @@ with the proper OpenVINO version number:
140140

141141
.. code-block:: sh
142142
143-
conda remove openvino=2026.0.0
143+
conda remove openvino=2026.1.0
144144
145145
If you have installed specific components of OpenVINO, you can remove them, using:
146146

docs/articles_en/get-started/install-openvino/install-openvino-genai.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,33 +64,33 @@ Linux
6464

6565
.. code-block:: sh
6666
67-
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.0/linux/openvino_genai_ubuntu24_2026.0.0.0_x86_64.tar.gz --output openvino_genai_2026.0.0.0.tgz
68-
tar -xf openvino_genai_2026.0.0.0.tgz
67+
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.1/linux/openvino_genai_ubuntu24_2026.1.0.0_x86_64.tar.gz --output openvino_genai_2026.1.0.0.tgz
68+
tar -xf openvino_genai_2026.1.0.0.tgz
6969
7070
.. tab-item:: Ubuntu 22.04
7171
:sync: ubuntu-22
7272

7373
.. code-block:: sh
7474
75-
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.0/linux/openvino_genai_ubuntu22_2026.0.0.0_x86_64.tar.gz --output openvino_genai_2026.0.0.0.tgz
76-
tar -xf openvino_genai_2026.0.0.0.tgz
75+
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.1/linux/openvino_genai_ubuntu22_2026.1.0.0_x86_64.tar.gz --output openvino_genai_2026.1.0.0.tgz
76+
tar -xf openvino_genai_2026.1.0.0.tgz
7777
7878
.. tab-item:: Ubuntu 20.04
7979
:sync: ubuntu-20
8080

8181
.. code-block:: sh
8282
83-
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.0/linux/openvino_genai_ubuntu20_2026.0.0.0_x86_64.tar.gz --output openvino_genai_2026.0.0.0.tgz
84-
tar -xf openvino_genai_2026.0.0.0.tgz
83+
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.1/linux/openvino_genai_ubuntu20_2026.1.0.0_x86_64.tar.gz --output openvino_genai_2026.1.0.0.tgz
84+
tar -xf openvino_genai_2026.1.0.0.tgz
8585
8686
8787
.. tab-item:: ARM 64-bit
8888
:sync: arm-64
8989

9090
.. code-block:: sh
9191
92-
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.0/linux/openvino_genai_ubuntu20_2026.0.0.0_arm64.tar.gz --output openvino_genai_2026.0.0.0.tgz
93-
tar -xf openvino_genai_2026.0.0.0.tgz
92+
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.1/linux/openvino_genai_ubuntu20_2026.1.0.0_arm64.tar.gz --output openvino_genai_2026.1.0.0.tgz
93+
tar -xf openvino_genai_2026.1.0.0.tgz
9494
9595
9696
Windows
@@ -99,7 +99,7 @@ Windows
9999
.. code-block:: sh
100100
101101
cd <user_home>/Downloads
102-
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.0/windows/openvino_genai_windows_2026.0.0.0_x86_64.zip --output openvino_genai_2026.0.0.0.zip
102+
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.1/windows/openvino_genai_windows_2026.1.0.0_x86_64.zip --output openvino_genai_2026.1.0.0.zip
103103
104104
macOS
105105
++++++++++++++++++++++++++
@@ -111,16 +111,16 @@ macOS
111111

112112
.. code-block:: sh
113113
114-
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.0/macos/openvino_genai_macos_12_6_2026.0.0.0_x86_64.tar.gz --output openvino_genai_2026.0.0.0.tgz
115-
tar -xf openvino_genai_2026.0.0.0.tgz
114+
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.1/macos/openvino_genai_macos_12_6_2026.1.0.0_x86_64.tar.gz --output openvino_genai_2026.1.0.0.tgz
115+
tar -xf openvino_genai_2026.1.0.0.tgz
116116
117117
.. tab-item:: ARM, 64-bit
118118
:sync: arm-64
119119

120120
.. code-block:: sh
121121
122-
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.0/macos/openvino_genai_macos_12_6_2026.0.0.0_arm64.tar.gz --output openvino_genai_2026.0.0.0.tgz
123-
tar -xf openvino_genai_2026.0.0.0.tgz
122+
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2026.1/macos/openvino_genai_macos_12_6_2026.1.0.0_arm64.tar.gz --output openvino_genai_2026.1.0.0.tgz
123+
tar -xf openvino_genai_2026.1.0.0.tgz
124124
125125
126126
Here are the full guides:

0 commit comments

Comments
 (0)