Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 660 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 660 Bytes

Runtime sample

Lint & Test Docker CI

For Mac

Install onnxruntime

brew install onnxruntime

set environment variables

export ORT_STRATEGY=system
export ORT_LIB_LOCATION=/path/to/onnxruntime

Notice

  • If you use Apple silicon, you may fail to build docker containers.