Skip to content

v1.14.2

Choose a tag to compare

@decahedron1 decahedron1 released this 17 Mar 16:48
· 903 commits to main since this release
b1b5e70

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-dynamic feature, eliminating the shared library hell
  • c7b668e Fixes incorrect incompatible provider errors on macOS (thanks @ williamhogman for pointing this out)
  • 8889616 Replaces OrtSessionOptionsAppendExecutionProvider_ROCm with OrtApi().SessionOptionsAppendExecutionProvider_ROCM to fix a linking issue.
  • 1afd392 f6135fc Allow for compiling on Windows x86.
  • 7f8c551 Fix copy-dylibs failing with static linking.

Static linking fixes

Static linking is confirmed working with microsoft/onnxruntime#v1.14.1 on Windows x64.