Skip to content

Commit c17d319

Browse files
[DOCS] fixes and 25.1 numbering alignment 25.1 (openvinotoolkit#29598)
partial port: openvinotoolkit#29596
1 parent 7b1d059 commit c17d319

File tree

11 files changed

+13
-23
lines changed

11 files changed

+13
-23
lines changed

docs/articles_en/about-openvino/performance-benchmarks.rst

-6
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ For a listing of all platforms and configurations used for testing, refer to the
146146

147147
:material-regular:`download;1.5em` Click for Configuration Details [XLSX]
148148

149-
.. button-link:: ../_static/download/benchmarking_OV_performance-data.xlsx
150-
:color: primary
151-
:outline:
152-
:expand:
153-
154-
:material-regular:`download;1.5em` Click for Performance Data [XLSX]
155149

156150

157151

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Install OpenVINO™ 2025.0
1+
Install OpenVINO™ 2025.1
22
==========================
33

44

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

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

30-
* 2025.0 (development)
30+
* 2025.1 (development)
3131
* 2024.6 (maintenance)
3232
* 2023.3 (LTS), it will be deprecated at the end of 2025.
3333

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installing OpenVINO Runtime with Conan Package Manager
3232
.. code-block:: sh
3333
3434
[requires]
35-
openvino/2024.4.0
35+
openvino/2025.1.0
3636
[generators]
3737
CMakeDeps
3838
CMakeToolchain

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ Also, verify you have permissions to run containers (sudo or docker group member
5454
OpenVINO's `Docker <https://docs.docker.com/>`__ and :doc:`Bare Metal <../install-openvino>`
5555
distributions are identical, so the documentation applies to both.
5656

57-
Note that starting with OpenVINO 2024.4, Ubuntu docker images will no longer be provided
58-
and will be replaced by Debian-based ones.
57+
Note that Ubuntu docker images are no longer provided, Debian-based ones are available instead.
5958

6059
.. note::
6160

docs/articles_en/openvino-workflow-generative.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ options:
7777
The advantages of using OpenVINO for generative model deployment:
7878

7979
| **Fewer dependencies and smaller footprint**
80-
| Less bloated than frameworks such as Hugging Face and PyTorch, with a smaller binary size and reduced
81-
memory footprint, makes deployments easier and updates more manageable.
80+
| More compact than frameworks such as Hugging Face and PyTorch, with a smaller binary size
81+
and reduced memory footprint, makes deployments easier and updates more manageable.
8282
8383
| **Compression and precision management**
8484
| Techniques such as 8-bit and 4-bit weight compression, including embedding layers, and storage

docs/articles_en/openvino-workflow-generative/inference-with-genai/inference-with-genai-on-npu.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install required dependencies:
2323
python3 -m venv npu-env
2424
npu-env/bin/activate
2525
pip install nncf==2.14.1 onnx==1.17.0 optimum-intel==1.21.0
26-
pip install openvino==2025.0 openvino-tokenizers==2025.0 openvino-genai==2025.0
26+
pip install openvino==2025.1 openvino-tokenizers==2025.1 openvino-genai==2025.1
2727
2828
For the pre-production version, use the following line, instead:
2929

@@ -39,7 +39,7 @@ Install required dependencies:
3939
python -m venv npu-env
4040
npu-env\Scripts\activate
4141
pip install nncf==2.14.1 onnx==1.17.0 optimum-intel==1.21.0
42-
pip install openvino==2025.0 openvino-tokenizers==2025.0 openvino-genai==2025.0
42+
pip install openvino==2025.1 openvino-tokenizers==2025.1 openvino-genai==2025.1
4343
4444
For the pre-production version, use the following line, instead:
4545

docs/dev/ov_dependencies.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3-
#This file provides a comprehensive list of all dependencies of OpenVINO 2025.0
3+
#This file provides a comprehensive list of all dependencies of OpenVINO 2025.1
44
#The file is part of the automation pipeline for posting OpenVINO IR models on the HuggingFace Hub, including OneBOM dependency checks.
55

66

docs/sphinx_setup/_static/download/benchmarking_OV_performance-data.xlsx

-3
This file was deleted.

docs/sphinx_setup/api/nodejs_api/nodejs_api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ API Development
4343

4444
Get started with OpenVINO Node.js API development :doc:`here <./addon>`.
4545

46-
OpenVINO 2024.4 has introduced the following methods:
46+
With OpenVINO 2024.4, the following methods have been introduced:
4747

4848
- :ref:`Model.clone() <clone>`
4949
- :ref:`Model.getOutputElementType() <getOutputElementType>`

docs/sphinx_setup/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from sphinx.ext.autodoc import ClassDocumenter
1515

1616
project = 'OpenVINO™'
17-
copyright = '2024, Intel®'
17+
copyright = '2025, Intel®'
1818
author = 'Intel®'
1919

2020
language = 'en'

docs/sphinx_setup/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
============================
2-
OpenVINO 2025.0
2+
OpenVINO 2025.1
33
============================
44

55
.. container::

0 commit comments

Comments
 (0)