[DOCS] Fix reference to PyTorch conversion (#22391)

* Fix reference to PyTorch conversion

* Fixing formatting in Release Notes

* Update docs/articles_en/about_openvino/releasenotes_for_openvino.rst
This commit is contained in:
Sebastian Golebiewski 2024-01-25 08:48:39 +01:00 committed by GitHub
parent d45d9f24c1
commit fd6f18665e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 23 deletions

View File

@ -69,8 +69,7 @@ Support Change and Deprecation Notices
* Starting in release 2023.3 OpenVINO will no longer support Python 3.7 due to the Python
community discontinuing support. Update to a newer version (currently 3.8-3.11) to avoid
interruptions.
* All ONNX Frontend legacy API (known as ONNX_IMPORTER_API) will no longer be available in
2024.0 release.
* All ONNX Frontend legacy API (known as ONNX_IMPORTER_API) will no longer be available in 2024.0 release.
* ``PerfomanceMode.UNDEFINED`` property as part of the OpenVINO Python API will be
discontinued in the 2024.0 release.
@ -246,11 +245,9 @@ OpenVINO™ Runtime
* Create ov.Tensor from empty numpy arrays.
* Constants from empty numpy arrays.
* Autogenerated get/set methods for Node attributes.
* Inference functions (InferRequest.infer/start_async, CompiledModel.__call__ etc.)
support OVDict as the input.
* Inference functions (``InferRequest.infer/start_async``, ``CompiledModel.__call__`` etc.) support OVDict as the input.
* PILLOW interpolation modes bindings.
(`PR #21188 <https://github.com/openvinotoolkit/openvino/pull/21188>`__
external contribution: @meetpatel0963)
(`PR #21188 <https://github.com/openvinotoolkit/openvino/pull/21188>`__ external contribution: @meetpatel0963)
* Torchvision to :doc:`OpenVINO preprocessing <openvino_docs_OV_UG_string_tensors>`
converter documentation has been added to OpenVINO docs.

View File

@ -23,9 +23,9 @@ OpenVINO 2023.2
<div class="splide__track">
<ul class="splide__list">
<li class="splide__slide">An open-source toolkit for optimizing and deploying deep learning models.<br>Boost your AI deep-learning inference performance!</li>
<li class="splide__slide"Better OpenVINO integration with PyTorch!<br>Use PyTorch models directly, without converting them first.<br>
<a href="https://docs.openvino.ai/2023.3/openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_PyTorch.html">Learn more...</a>
<a href="https://docs.openvino.ai/2023.3/openvino_docs_OV_Converter_UG_prepare_model_convert_model_Convert_Model_From_PyTorch.html">Learn more...</a>
</li>
<li class="splide__slide">OpenVINO via PyTorch 2.0 torch.compile()<br>Use OpenVINO directly in PyTorch-native applications!<br>
<a href="https://docs.openvino.ai/2023.3/pytorch_2_0_torch_compile.html">Learn more...</a>
@ -36,7 +36,7 @@ OpenVINO 2023.2
</div>
</section>
</div>
.. button-ref:: get_started
:ref-type: doc
:class: ov-homepage-banner-btn
@ -56,35 +56,35 @@ OpenVINO 2023.2
.. grid-item-card:: Performance Benchmarks
:link: openvino_docs_performance_benchmarks
:link-alt: performance benchmarks
:link-alt: performance benchmarks
:link-type: doc
See latest benchmark numbers for OpenVINO and OpenVINO Model Server
.. grid-item-card:: Work with Multiple Model Formats
:link: openvino_docs_model_processing_introduction
:link-alt: Supported Model Formats
:link-alt: Supported Model Formats
:link-type: doc
OpenVINO supports different model formats: PyTorch, TensorFlow, TensorFlow Lite, ONNX, and PaddlePaddle.
.. grid-item-card:: Deploy at Scale with OpenVINO Model Server
:link: ovms_what_is_openvino_model_server
:link-alt: model server
:link-alt: model server
:link-type: doc
Cloud-ready deployments for microservice applications
.. grid-item-card:: Optimize Models
:link: openvino_docs_model_optimization_guide
:link-alt: model optimization
:link-alt: model optimization
:link-type: doc
Boost performance using quantization and compression with NNCF
.. grid-item-card:: Use OpenVINO with PyTorch Apps with torch.compile()
.. grid-item-card:: Use OpenVINO with PyTorch Apps with torch.compile()
:link: pytorch_2_0_torch_compile
:link-alt: torch.compile
:link-alt: torch.compile
:link-type: doc
Optimize generation of the graph model with PyTorch 2.0 torch.compile() backend
@ -94,7 +94,7 @@ OpenVINO 2023.2
:link-alt: gen ai
:link-type: doc
Enhance the efficiency of Generative AI
Enhance the efficiency of Generative AI
Feature Overview
@ -105,25 +105,25 @@ Feature Overview
.. grid-item-card:: Local Inference & Model Serving
You can either link directly with OpenVINO Runtime to run inference locally or use OpenVINO Model Server
You can either link directly with OpenVINO Runtime to run inference locally or use OpenVINO Model Server
to serve model inference from a separate server or within Kubernetes environment
.. grid-item-card:: Improved Application Portability
Write an application once, deploy it anywhere, achieving maximum performance from hardware. Automatic device
discovery allows for superior deployment flexibility. OpenVINO Runtime supports Linux, Windows and MacOS and
Write an application once, deploy it anywhere, achieving maximum performance from hardware. Automatic device
discovery allows for superior deployment flexibility. OpenVINO Runtime supports Linux, Windows and MacOS and
provides Python, C++ and C API. Use your preferred language and OS.
.. grid-item-card:: Minimal External Dependencies
Designed with minimal external dependencies reduces the application footprint, simplifying installation and
dependency management. Popular package managers enable application dependencies to be easily installed and
Designed with minimal external dependencies reduces the application footprint, simplifying installation and
dependency management. Popular package managers enable application dependencies to be easily installed and
upgraded. Custom compilation for your specific model(s) further reduces final binary size.
.. grid-item-card:: Enhanced App Start-Up Time
In applications where fast start-up is required, OpenVINO significantly reduces first-inference latency by using the
CPU for initial inference and then switching to another device once the model has been compiled and loaded to memory.
In applications where fast start-up is required, OpenVINO significantly reduces first-inference latency by using the
CPU for initial inference and then switching to another device once the model has been compiled and loaded to memory.
Compiled models are cached improving start-up time even more.