v6.2.1
agent0ai/agent-zerov6.2.1Feb 24, 2026by adamnsandle
AI Summary
ONNX Runtime is now an optional dependency, requiring users to explicitly install it for CPU or GPU usage instead of it being installed automatically.
Key Highlights
- ONNX Runtime is now optional instead of required
- Explicit installation instructions for CPU usage
- Explicit installation instructions for GPU usage
New Features
- Optional ONNX Runtime dependency
- Explicit CPU installation support
- Explicit GPU installation support
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