Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Fix references in installation guide #18382

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/OV_Runtime_UG/supported_plugins/GNA.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exported for GNA 2.0 runs on GNA 3.0 or vice versa.

In most cases, a network compiled for GNA 2.0 runs as expected on GNA 3.0. However, performance may be worse
compared to when a network is compiled specifically for the latter. The exception is a network with convolutions
with the number of filters greater than 8192 (see the :ref:`Model and Operation Limitations <#model-and-operation-limitations>` section).
with the number of filters greater than 8192 (see the `Model and Operation Limitations <#model-and-operation-limitations>`__ section).


For optimal work with POT quantized models, which include 2D convolutions on GNA 3.0 hardware, the following requirements should be satisfied:
Expand Down Expand Up @@ -136,7 +136,7 @@ quantization hints based on statistics for the provided dataset.
* Performance (i8 weights)

For POT quantized models, the ``ov::hint::inference_precision`` property has no effect except in cases described in the
:ref:`Model and Operation Limitations section <#model-and-operation-limitations>`.
`Model and Operation Limitations section <#model-and-operation-limitations>`__.


Supported Features
Expand Down
4 changes: 2 additions & 2 deletions docs/install_guides/installing-openvino-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ The best way to get started with OpenVINO is to install OpenVINO Development Too

**Python**

For developers working in Python, OpenVINO Development Tools can easily be installed using PyPI. See the :ref:`For Python Developers <openvino_docs_install_guides_install_dev_tools.html#python_developers>` section of the Install OpenVINO Development Tools page for instructions.
For developers working in Python, OpenVINO Development Tools can easily be installed using PyPI. See the :ref:`For Python Developers <python_developers>` section of the Install OpenVINO Development Tools page for instructions.

**C++**

For developers working in C++, the core OpenVINO Runtime libraries must be installed separately. Then, OpenVINO Development Tools can be installed using requirements files or PyPI. See the :ref:`For C++ Developers <openvino_docs_install_guides_install_dev_tools.html#cpp_developers>` section of the Install OpenVINO Development Tools page for instructions.
For developers working in C++, the core OpenVINO Runtime libraries must be installed separately. Then, OpenVINO Development Tools can be installed using requirements files or PyPI. See the :ref:`For C++ Developers <cpp_developers>` section of the Install OpenVINO Development Tools page for instructions.

Install OpenVINO Runtime only
+++++++++++++++++++++++++++++++++++++++
Expand Down