This builds onnxruntime wheels for aarch64 on Linux, with bindings to Qualcomm AI Engine Direct to run ONNX models on NPU/GPU on Dragonwing hardware.
To build this wheel you'll need:
-
An aarch64/arm64 host machine, for example on macOS (Apple silicon).
-
Docker.
-
Open a command prompt or terminal window and run:
sh build.sh
You'll find the output in out/
.
See the comments in Dockerfile