Skip to content

Commit 83376a6

Browse files
[DOCS] Removing Legacy Features from documentation (#27730)
Removing `Legacy Features` section from docs. --------- Signed-off-by: sgolebiewski-intel <sebastianx.golebiewski@intel.com>
1 parent f03770b commit 83376a6

File tree

118 files changed

+191
-10285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+191
-10285
lines changed

docs/articles_en/about-openvino/additional-resources/glossary.rst

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Acronyms and Abbreviations
3838
LRN Local Response Normalization
3939
mAP Mean Average Precision
4040
Intel® OneDNN Intel® OneAPI Deep Neural Network Library
41-
`mo` Command-line tool for model conversion, CLI for ``tools.mo.convert_model`` (legacy)
4241
MVN Mean Variance Normalization
4342
NCDHW Number of images, Channels, Depth, Height, Width
4443
NCHW Number of images, Channels, Height, Width

docs/articles_en/about-openvino/compatibility-and-support/supported-devices.rst

-6
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ OpenVINO offers the option of running automated inference with the following inf
3131
| :doc:`Automatic Batching <../../openvino-workflow/running-inference/inference-devices-and-modes/automatic-batching>`:
3232
| automatically groups inference requests to improve device utilization.
3333
34-
| :doc:`(LEGACY) Multi-device Inference <./../../documentation/legacy-features/multi-device>`:
35-
| executes inference on multiple devices. Currently, this mode is considered a legacy
36-
solution. Using Automatic Device Selection instead is advised.
37-
38-
3934
Feature Support and API Coverage
4035
#################################
4136

@@ -52,7 +47,6 @@ Feature Support and API Coverage
5247
:doc:`Preprocessing acceleration <../../openvino-workflow/running-inference/optimize-inference/optimize-preprocessing>` Yes Yes No
5348
:doc:`Stateful models <../../openvino-workflow/running-inference/stateful-models>` Yes Yes Yes
5449
:doc:`Extensibility <../../documentation/openvino-extensibility>` Yes Yes No
55-
:doc:`(LEGACY) Multi-device execution <./../../documentation/legacy-features/multi-device>` Yes Yes Partial
5650
======================================================================================================================================== ======= ========== ===========
5751

5852

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ General considerations
103103

104104
Some image pre-processing can be baked into OpenVINO IR and accelerated accordingly.
105105
For more information, refer to
106-
:doc:`Embedding Pre-processing <../../documentation/legacy-features/transition-legacy-conversion-api/legacy-conversion-api/[legacy]-embedding-preprocessing-computation>`
106+
:doc:`Preprocessing API <../../openvino-workflow/running-inference/optimize-inference/optimize-preprocessing/preprocessing-api-details>`.
107107
and
108108
:doc:`General Runtime Optimizations <../../openvino-workflow/running-inference/optimize-inference/general-optimizations>`.
109109

@@ -192,7 +192,7 @@ execution breakdown.
192192

193193
For example, the table below is part of performance counters for
194194
:doc:`CPU inference <../../openvino-workflow/running-inference/inference-devices-and-modes/cpu-device>`.
195-
of a `TensorFlow implementation of ResNet-50 <https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/resnet-50-tf>`__
195+
of a TensorFlow implementation of ResNet-50.
196196
Keep in mind that since the device is CPU, the ``realTime`` wall clock and the ``cpu`` time
197197
layers are the same. Information about layer precision is also stored in the performance
198198
counters.

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

+2-32
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ Performance Information F.A.Q.
1515

1616
.. dropdown:: Where can I find the models used in the performance benchmarks?
1717

18-
All models used are included in the GitHub repository of
19-
:doc:`Open Model Zoo <../../documentation/legacy-features/model-zoo>`.
20-
21-
.. important::
22-
23-
Due to the deprecation of Open Model Zoo, models in the OpenVINO IR format are now
24-
published on `Hugging Face <https://huggingface.co/OpenVINO>`__.
18+
All models used are published on `Hugging Face <https://huggingface.co/OpenVINO>`__.
2519

2620
.. dropdown:: Will there be any new models added to the list used for benchmarking?
2721

@@ -35,7 +29,7 @@ Performance Information F.A.Q.
3529
open-source tool within the Intel® Distribution of OpenVINO™ toolkit
3630
called :doc:`benchmark_app <../../learn-openvino/openvino-samples/benchmark-tool>`.
3731

38-
For diffusers (Stable-Diffusion) and foundational models (aka LLMs) please use the OpenVINO GenAI
32+
For diffusers (Stable-Diffusion) and foundational models (aka LLMs) please use the OpenVINO GenAI
3933
opensource repo `OpenVINO GenAI tools/llm_bench <https://github.com/openvinotoolkit/openvino.genai/tree/master/tools/llm_bench>`__
4034

4135
For a simple instruction on testing performance, see the :doc:`Getting Performance Numbers Guide <getting-performance-numbers>`.
@@ -93,30 +87,6 @@ Performance Information F.A.Q.
9387
- BERT
9488
- question / answer
9589
- 128
96-
* - `efficientdet-d0 <https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/efficientdet-d0-tf>`__
97-
- Efficientdet
98-
- classification
99-
- 512x512
100-
* - `mask_rcnn_resnet50_atrous_coco <https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mask_rcnn_resnet50_atrous_coco>`__
101-
- Mask R-CNN ResNet 50 Atrous
102-
- object instance segmentation
103-
- 800x1365
104-
* - `mobilenet-v2 <https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-v2-pytorch>`__
105-
- Mobilenet V2 PyTorch
106-
- classification
107-
- 224x224
108-
* - `resnet-50 <https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/resnet-50-tf>`__
109-
- ResNet-50_v1_ILSVRC-2012
110-
- classification
111-
- 224x224
112-
* - `ssd-mobilenet-v1-coco <https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssd_mobilenet_v1_coco>`__
113-
- ssd-mobilenet-V1-coco onnx model
114-
- object detection
115-
- 300x300
116-
* - `ssd-resnet34-1200-onnx <https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssd-resnet34-1200-onnx>`__
117-
- ssd-resnet34 onnx model
118-
- object detection
119-
- 1200x1200
12090
* - `yolov8n <https://github.com/ultralytics/ultralytics>`__
12191
- Yolov8nano
12292
- object detection

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

+2-6
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ Deprecation And Support
16691669
Using deprecated features and components is not advised. They are available to enable a smooth
16701670
transition to new solutions and will be discontinued in the future. To keep using discontinued
16711671
features, you will have to revert to the last LTS OpenVINO version supporting them.
1672-
For more details, refer to the :doc:`OpenVINO Legacy Features and Components <../documentation/legacy-features>`
1672+
For more details, refer to the `OpenVINO Legacy Features and Components <https://docs.openvino.ai/2024/documentation/legacy-features.html>__`
16731673
page.
16741674

16751675
Discontinued in 2024
@@ -1727,7 +1727,7 @@ Deprecated and to be removed in the future
17271727
* Model Optimizer will be discontinued with OpenVINO 2025.0. Consider using the
17281728
:doc:`new conversion methods <../openvino-workflow/model-preparation/convert-model-to-ir>`
17291729
instead. For more details, see the
1730-
:doc:`model conversion transition guide <../documentation/legacy-features/transition-legacy-conversion-api>`.
1730+
`model conversion transition guide <https://docs.openvino.ai/2024/documentation/legacy-features/transition-legacy-conversion-api.html>`__.
17311731
* OpenVINO property Affinity API will be discontinued with OpenVINO 2025.0.
17321732
It will be replaced with CPU binding configurations (``ov::hint::enable_cpu_pinning``).
17331733
* OpenVINO Model Server components:
@@ -1756,10 +1756,6 @@ Deprecated and to be removed in the future
17561756

17571757
* See alternative: `Machine Translation Python* Demo <https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/machine_translation_demo/python/README.md>`__
17581758

1759-
* `Open Model Zoo Tools Tutorial <https://github.com/openvinotoolkit/openvino_notebooks/tree/2024.1/notebooks/model-tools>`__
1760-
1761-
* No alternatives, demonstrates deprecated tools.
1762-
17631759
* `Super Resolution with OpenVINO™ <https://github.com/openvinotoolkit/openvino_notebooks/tree/2024.1/notebooks/vision-superresolution>`__
17641760

17651761
* See alternative: `Super Resolution with PaddleGAN and OpenVINO <https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks/vision-paddlegan-superresolution>`__

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Additional Information
179179
* Binary distribution:
180180

181181
* Download from `OpenVINO storage <https://storage.openvinotoolkit.org/repositories/openvino/packages/>`__
182-
* `pypi.org <https://pypi.org/project/openvino-dev/>`__
182+
* `pypi.org <https://pypi.org/project/openvino/>`__
183183
* `DockerHub* <https://hub.docker.com/u/openvino>`__
184184

185185

docs/articles_en/assets/images/MO_connection_example_1.svg

-3
This file was deleted.

docs/articles_en/assets/images/MO_conversion_pipeline.svg

-3
This file was deleted.

docs/articles_en/assets/images/MO_graph_after_extractors.svg

-3
This file was deleted.

docs/articles_en/assets/images/MO_graph_after_loader.svg

-3
This file was deleted.

docs/articles_en/assets/images/MO_graph_before_partial_inference.svg

-3
This file was deleted.

docs/articles_en/assets/images/MO_ports_example_1.svg

-3
This file was deleted.

docs/articles_en/assets/images/MO_ports_example_2.svg

-3
This file was deleted.

docs/articles_en/assets/images/MO_transformations_graph.svg

-3
This file was deleted.
Loading
Loading

docs/articles_en/documentation.rst

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Documentation
1313

1414
API Reference <api/api_reference>
1515
OpenVINO IR format and Operation Sets <documentation/openvino-ir-format>
16-
Legacy Features <documentation/legacy-features>
1716
Tool Ecosystem <documentation/openvino-ecosystem>
1817
OpenVINO Extensibility <documentation/openvino-extensibility>
1918
OpenVINO™ Security <documentation/openvino-security>

docs/articles_en/documentation/legacy-features.rst

-130
This file was deleted.

0 commit comments

Comments
 (0)