Where to get onnxruntime binaries
To get the path to the onnxruntime library, run python -c "import onnxruntime; print(onnxruntime..)"
.
Run model on MacOS:
ORT_STRATEGY=system ORT_DYLIB_PATH=$(pwd)/lib/macos/libonnxruntime.dylib cargo run -p model -- position_control.onnx