Building onnxruntime for ARMv7 to be used with C++ on barebone device #13785
Unanswered
jeremywu2000
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been following https://onnxruntime.ai/docs/build/inferencing.html#cross-compiling-for-arm-with-simulation-linuxwindows for building onnxruntime on ARMV7, but it seems that the output is a python wheel. We tried building onnxruntime with the instructions for ARMV7 according to https://github.com/microsoft/onnxruntime/blob/main/dockerfiles/README.md#arm-3264, but we ran into the following error:
We initially tried using the available onnxruntime api for C++, but we ended facing compatibility issues with the required onnxruntime library which was .so file.
How can we build the onnxruntime library for a ARMV7 target environment so that we can inference an onnx model in C++?
Beta Was this translation helpful? Give feedback.
All reactions