v6.2.1

andrewyng/aisuitev6.2.1Feb 24, 2026by adamnsandle

AI Summary

Version 6.2.1 modifies the dependency structure by removing the requirement for ONNX Runtime, making it an optional dependency instead of mandatory.

Key Highlights

  • ONNX Runtime is now optional instead of required
  • Users must install it explicitly via pip
  • Provides specific commands for CPU and GPU support

Breaking Changes

  • ONNX Runtime is no longer automatically installed or required by default

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