Open1

ONNX Runtimeの使い方

dhirookadhirooka

ソースからのビルド・インストール

Python向けビルド

# at onnxruntime directory
 ./build.sh --config RelWithDebInfo --build_shared_lib --parallel --build_wheel

Python向けインストール

pip install build/<platform>/RelWithDebInfo/dist/onnxruntime-<version-and-platform>.whl

https://onnxruntime.ai/docs/build/inferencing