Skip to content

v1.14.4

Choose a tag to compare

@decahedron1 decahedron1 released this 05 Apr 14:34
· 889 commits to main since this release
2c4cfaf

Changes

  • 5bb47ef Fix execution providers not being registered on load-dynamic (#34)
  • e147325 Attempts to register all execution providers specified instead of returning after the first successful registration, matching the behaviour of the ONNX Runtime Python API.
  • 1127dad Fix the CUDA execution provider failing to compile on Linux ARM64.
  • 0e7faaa Fix the TensorRT execution provider returning as "not available" when it is really available.
  • 7c0103b Allow for a flat library directory structure with ORT_STRATEGY=system (not requiring an include/ and lib/ dir)
  • 6e9dce0 Fix the assert_non_null_pointer function producing a misleading PointerShouldBeNull error.
  • 41b6ea0 Increase the timeout of the binary download in case of slow connections. (#33)