Are there problems with the OpenVINO EP? #19936
Labels
ep:OpenVINO
issues related to OpenVINO execution provider
platform:windows
issues related to the Windows platform
I built onnxruntime with openvino for C++ following instructions from here as well as python with:
However when I run inference on a model with :
The following error is thrown :
Similarly when I run inference in C++ with:
The program crashes with exit code 3 and the same error code 126. I debugged it and here's where it fails (File: env.cc , Line: 684):
The library isn't being loaded properly in both cases. I had no problems with my build except for some failed tests. I would like to know if this is a known issue in the latest release or if i've messed up my build somehow. Thanks!
Build script for reference:
.\build.bat --config RelWithDebInfo --use_openvino HETERO:GPU,CPU --build_shared_lib --build_wheel
To reproduce
Null
Urgency
Would be great if solved soon, but no strict deadline.
Platform
Windows
OS Version
11
ONNX Runtime Installation
Built from Source
ONNX Runtime Version or Commit ID
1.17.1
ONNX Runtime API
C++
Architecture
X64
Execution Provider
OpenVINO
Execution Provider Library Version
OpenVINO 2023.3
The text was updated successfully, but these errors were encountered: