nbigaouette / onnxruntime-rs

Rust wrapper for Microsoft's ONNX Runtime (version 1.8)
Apache License 2.0
276 stars 99 forks source link

bump to 1.14.1 and support Apple M1 #121

Open drbh opened 1 year ago

drbh commented 1 year ago

onnxruntime v1.14.1 now supports M1 with a precompiled binary

https://github.com/microsoft/onnxruntime/releases

This PR bumps the version and adds the binary so it can be auto downloaded (avoid compile step)