v6.2.1
snakers4/silero-vadv6.2.1Feb 24, 2026by adamnsandle
AI Summary
This maintenance update modifies dependency management by making ONNX Runtime an optional requirement instead of a hard dependency, requiring users to explicitly install the runtime library.
Key Highlights
- ONNX Runtime is now an optional dependency.
- Users must explicitly install `onnxruntime` or `onnxruntime-gpu`.
- Provides flexibility for users with specific backend requirements.
Breaking Changes
- onnxruntime is now an optional dependency instead of required.
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