diff --git a/docs/execution-providers/OpenVINO-ExecutionProvider.md b/docs/execution-providers/OpenVINO-ExecutionProvider.md index 82c98e0fd6..44f67647f2 100644 --- a/docs/execution-providers/OpenVINO-ExecutionProvider.md +++ b/docs/execution-providers/OpenVINO-ExecutionProvider.md @@ -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).