v6.2.1
taubyte/tauv6.2.1Feb 24, 2026by adamnsandle
AI Summary
Changes ONNX Runtime from a required dependency to an optional one, requiring users to install CPU or GPU specific versions explicitly.
Key Highlights
- ONNX Runtime is now optional instead of required
- Explicit installation needed for CPU or GPU versions
Breaking Changes
- ONNX Runtime is no longer a required dependency; code must handle optional installation
New Features
- Optional dependency architecture
- CPU specific installation support
- GPU specific 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