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
profilingfeature. Session::with_memory_pattern()to enable/disable memory pattern optimization.- Model downloading has been simplified. Now e.g.
GPT2::GPT2LmHeadcan 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 theEnvironmentinto anArc<Environment>. disable-build-scripthas been removed. Crates usingortno longer need it to get docs.rs builds working.- The
prefer-compile-strategy,prefer-system-strategy, andprefer-dynamic-libsfeatures have been removed. - Fixed scalar inputs for models like Silero VAD.