github pykeio/ort v1.14.0-alpha.0

latest releases: v2.0.0-rc.12, v2.0.0-rc.11, v2.0.0-rc.10...
pre-release3 years ago

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.

Don't miss a new ort release

NewReleases is sending notifications on new releases.