Added the OpenVINO Release support details (#12264)

* Added the OV support details

* Modify torch-ort-infer package

* Update OpenVINO-ExecutionProvider.md

Co-authored-by: Preetha <preetha.veeramalai@intel.com>
This commit is contained in:
mayavijx 2022-07-28 21:32:14 +05:30 committed by GitHub
parent ebf1ed8c74
commit 0673a88d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,8 @@ Pre-built packages and Docker images are published for OpenVINO™ Execution Pro
## Requirements
ONNX Runtime OpenVINO™ Execution Provider is compatible with three lastest releases of OpenVINO™.
|ONNX Runtime|OpenVINO™|Notes|
|---|---|---|
|1.11.0|2022.1|[Details](https://github.com/intel/onnxruntime/releases/tag/v4.0)|
@ -573,4 +575,4 @@ In order to showcase what you can do with the OpenVINO™ Execution Provider for
## Accelerate inference for PyTorch models with OpenVINO Execution Provider (Preview)
ONNX Runtime for PyTorch is now extended to support PyTorch model inference using ONNX Runtime.
It is available via the torch-ort-inference python package. This preview package enables OpenVINO™ Execution Provider for ONNX Runtime by default for accelerating inference on various Intel® CPUs, Intel® integrated GPUs, and Intel® Movidius™ Vision Processing Units - referred to as VPU. For more details, see [torch-ort-inference](https://github.com/pytorch/ort#accelerate-inference-for-pytorch-models-with-onnx-runtime-preview).
It is available via the torch-ort-infer python package. This preview package enables OpenVINO™ Execution Provider for ONNX Runtime by default for accelerating inference on various Intel® CPUs, Intel® integrated GPUs, and Intel® Movidius™ Vision Processing Units - referred to as VPU. For more details, see [torch-ort-infer](https://github.com/pytorch/ort#accelerate-inference-for-pytorch-models-with-onnx-runtime-preview).