Skip to content

v1.14.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@decahedron1 decahedron1 released this 18 Jan 16:44
· 936 commits to main since this release
f12881b

Based on ONNX Runtime v1.13.1.

This release includes the following changes:

  • Support for the DirectML execution provider
  • The Profiling API is now only available with the profiling feature.
  • Session::with_memory_pattern() to enable/disable memory pattern optimization.
  • Model downloading has been simplified. Now e.g. GPT2::GPT2LmHead can be downloaded directly.
  • Added Environment::default(), which will return a threads existing environment, or create one if it does not exist.
  • Added Environment::into_arc() to convert the Environment into an Arc<Environment>.
  • disable-build-script has been removed. Crates using ort no longer need it to get docs.rs builds working.
  • The prefer-compile-strategy, prefer-system-strategy, and prefer-dynamic-libs features have been removed.
  • Fixed scalar inputs for models like Silero VAD.