Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 826 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 826 Bytes

ONNX Runtime Build

This project is to build custom ONNX Runtime libraries which are not provided in the official releases.

Currently supports static library builds only with the default options.

Building Libraries

Prerequisites

Build Scripts

Build for native:

./build-static_lib.sh

Build for Wasm:

./build-wasm-static_lib.sh