v6.2.1

landing-ai/ade-cliv6.2.1Feb 24, 2026by adamnsandle

AI Summary

ONNX Runtime has been transitioned from a required implicit dependency to an optional one, requiring users to explicitly install it for CPU or GPU functionality.

Key Highlights

  • ONNX Runtime is now an optional dependency
  • Explicit installation required for CPU (`pip install onnxruntime`)
  • Explicit installation required for GPU (`pip install onnxruntime-gpu`)

Breaking Changes

  • ONNX Runtime is now an optional dependency, requiring explicit installation for functionality.

Full Release Notes

- onnxruntime is now an optional dependency instead of required.

You now need to install ONNX Runtime explicitly:
`pip install onnxruntime`      # for CPU
`pip install onnxruntime-gpu`  # for GPU