v6.2.1
Vanessa219/vditorv6.2.1Feb 24, 2026by adamnsandle
AI Summary
This release makes ONNX Runtime an optional dependency, requiring users to install it explicitly if they wish to use the feature.
Key Highlights
- ONNX Runtime is no longer a required dependency
- Users must now install it explicitly via pip (CPU or GPU versions)
- Reduces dependency overhead for users who do not use the feature
Breaking Changes
- Users who previously relied on the default installation of ONNX Runtime will need to install it manually to use the feature.
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