[DOCS] Fixing reference to PyTorch conversion for 23.3 (#22393)
* Fixing reference to PyTorch conversion * Fixing formatting in Release Notes * Removing Openvino Supported Models article
This commit is contained in:
parent
ad379d7dd5
commit
44d661a0ea
|
|
@ -8,7 +8,6 @@ Compatibility and Support
|
|||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
openvino_supported_models
|
||||
openvino_docs_OV_UG_supported_plugins_Supported_Devices
|
||||
openvino_resources_supported_operations
|
||||
openvino_resources_supported_operations_frontend
|
||||
|
|
@ -16,9 +15,7 @@ Compatibility and Support
|
|||
|
||||
:doc:`Supported Devices <openvino_docs_OV_UG_supported_plugins_Supported_Devices>` - compatibility information for supported hardware accelerators.
|
||||
|
||||
:doc:`Supported Models <openvino_supported_models>` - a table of models officially supported by OpenVINO.
|
||||
|
||||
:doc:`Supported Operations <openvino_resources_supported_operations>` - a listing of framework layers supported by OpenVINO.
|
||||
:doc:`Supported Operations <openvino_resources_supported_operations>` - a listing of framework layers supported by OpenVINO.
|
||||
|
||||
:doc:`Supported Operations <openvino_resources_supported_operations_frontend>` - a listing of layers supported by OpenVINO inference devices.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
.. {#openvino_supported_models}
|
||||
|
||||
Supported Models
|
||||
================
|
||||
|
||||
|
||||
|
||||
.. meta::
|
||||
:description: Check the list of officially supported models in Intel®
|
||||
Distribution of OpenVINO™ toolkit.
|
||||
|
||||
|
||||
The OpenVINO team continues the effort to support as many models out-of-the-box as possible.
|
||||
Based on our research and user feedback, we prioritize the most common models and test them
|
||||
before every release. These models are considered officially supported.
|
||||
|
||||
|
||||
.. button-link:: _static/download/OV_2023_models_supported.pdf
|
||||
:color: primary
|
||||
:outline:
|
||||
|
||||
:material-regular:`download;1.5em` Click for supported models [PDF]
|
||||
|
||||
The list is based on release 2023.0, as of June 01, 2023
|
||||
|
||||
| Note that the list provided here does not include all models supported by OpenVINO.
|
||||
| If your model is not included but is similar to those that are, it is still very likely to work.
|
||||
If your model fails to execute properly there are a few options available:
|
||||
|
||||
|
||||
* You can create a GitHub request for the operation(s) that are missing. These requests are reviewed regularly. You will be informed if and how the request will be accommodated. Additionally, your request may trigger a reply from someone in the community who can help.
|
||||
* As OpenVINO™ is open source you can enhance it with your own contribution to the GitHub repository. To learn more, see the articles on :doc:`OpenVINO Extensibility <openvino_docs_Extensibility_UG_Intro>`.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ GET STARTED
|
|||
|
||||
|
||||
.. meta::
|
||||
:description: Learn how to install Intel® Distribution of OpenVINO™ toolkit
|
||||
on Windows, macOS, and Linux operating systems, using various
|
||||
:description: Learn how to install Intel® Distribution of OpenVINO™ toolkit
|
||||
on Windows, macOS, and Linux operating systems, using various
|
||||
installation methods.
|
||||
|
||||
.. toctree::
|
||||
|
|
@ -28,7 +28,7 @@ GET STARTED
|
|||
<a href="openvino_docs_install_guides_overview.html" >Install OpenVINO</a>
|
||||
<a href="#learn-openvino" >Learn OpenVINO</a>
|
||||
</p>
|
||||
<div style="clear:both;"> </div>
|
||||
<div style="clear:both;"> </div>
|
||||
|
||||
.. _quick-start-example:
|
||||
|
||||
|
|
@ -44,16 +44,16 @@ Try out OpenVINO's capabilities with this `quick start example <notebooks/201-vi
|
|||
|
||||
2. Install OpenVINO
|
||||
###################
|
||||
|
||||
|
||||
See the :doc:`installation overview page <openvino_docs_install_guides_overview>` for options to install OpenVINO and set up a development environment on your device.
|
||||
|
||||
|
||||
.. _get-started-tutorials:
|
||||
|
||||
3. Learn OpenVINO
|
||||
#################
|
||||
|
||||
|
||||
OpenVINO provides a wide array of examples and documentation showing how to work with models, run inference, and deploy applications. Step through the sections below to learn the basics of OpenVINO and explore its advanced optimization features. For further details, visit :doc:`OpenVINO documentation <documentation>`.
|
||||
|
||||
|
||||
OpenVINO users of all experience levels can try `Intel® DevCloud <https://www.intel.com/content/www/us/en/developer/tools/devcloud/edge/overview.html>`__ , a free web-based service for developing, testing, and running OpenVINO applications on an online cluster of the latest Intel® hardware.
|
||||
|
||||
.. _openvino-basics:
|
||||
|
|
@ -62,7 +62,7 @@ OpenVINO Basics
|
|||
+++++++++++++++
|
||||
|
||||
Learn the basics of working with models and inference in OpenVINO. Begin with “Hello World” Interactive Tutorials that show how to prepare models, run inference, and retrieve results using the OpenVINO API. Then, explore other examples from the Open Model Zoo and OpenVINO Code Samples that can be adapted for your own application.
|
||||
|
||||
|
||||
.. _interactive-tutorials:
|
||||
|
||||
Interactive Tutorials - Jupyter Notebooks
|
||||
|
|
@ -81,7 +81,7 @@ OpenVINO Code Samples
|
|||
---------------------
|
||||
|
||||
View :doc:`sample code <openvino_docs_OV_UG_Samples_Overview>` for various C++ and Python applications that can be used as a starting point for your own application. For C++ developers, step through the :doc:`Get Started with C++ Samples <openvino_docs_get_started_get_started_demos>` to learn how to build and run an image classification program that uses OpenVINO’s C++ API.
|
||||
|
||||
|
||||
.. _integrate-openvino:
|
||||
|
||||
Integrate OpenVINO With Your Application
|
||||
|
|
@ -124,13 +124,12 @@ Pipeline and model configuration features in OpenVINO Runtime allow you to easil
|
|||
* :doc:`Performance Hints <openvino_docs_OV_UG_Performance_Hints>` automatically adjust runtime parameters to prioritize for low latency or high throughput
|
||||
* :doc:`Dynamic Shapes <openvino_docs_OV_UG_DynamicShapes>` reshapes models to accept arbitrarily-sized inputs, increasing flexibility for applications that encounter different data shapes
|
||||
* :doc:`Benchmark Tool <openvino_sample_benchmark_tool>` characterizes model performance in various hardware and pipeline configurations
|
||||
|
||||
|
||||
.. _additional-resources:
|
||||
|
||||
Additional Resources
|
||||
====================
|
||||
|
||||
* `OpenVINO Success Stories <https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html>`__ - See how Intel partners have successfully used OpenVINO in production applications to solve real-world problems.
|
||||
* :doc:`OpenVINO Supported Models <openvino_supported_models>` - Check which models OpenVINO supports on your hardware.
|
||||
* :doc:`Performance Benchmarks <openvino_docs_performance_benchmarks>` - View results from benchmarking models with OpenVINO on Intel hardware.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue