Do I need to build onnxruntime from source if I want to use the OpenVINO EP? #23837
Unanswered
wittenator
asked this question in
EP Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation mentions several ways of installing onnxruntime with OpenVINO support. It is mentioned that the python install does not allow building C++ scripts with onnxruntime and OpenVINO since the shared lib is built without the C ABI. The other installation instructions link to the intel fork of onnxruntime which only seems to include shared libs for Windows. Is it therefore really necessary to always build onnxruntime from source to support other EPs such as OpenVINO?
Beta Was this translation helpful? Give feedback.
All reactions