v1.14.2
This release updates to ONNX Runtime v1.14.1, containing fixes for performance regressions with transformer models. Additionally, issues with static linking on Windows and building on macOS have been fixed, and a new feature, load-dynamic, eliminates the shared library hell via dlopen() with an env-controllable path instead of dynamic linking.
Changes
- 566ef7f Update to ONNX Runtime v1.14.1
- 930edb6 Adds the
load-dynamicfeature, eliminating the shared library hell - c7b668e Fixes incorrect incompatible provider errors on macOS (thanks @ williamhogman for pointing this out)
- 8889616 Replaces
OrtSessionOptionsAppendExecutionProvider_ROCmwithOrtApi().SessionOptionsAppendExecutionProvider_ROCMto fix a linking issue. - 1afd392 f6135fc Allow for compiling on Windows x86.
- 7f8c551 Fix
copy-dylibsfailing with static linking.
Static linking fixes
Static linking is confirmed working with microsoft/onnxruntime#v1.14.1 on Windows x64.