b8769
Breaking Changes📦 llama-cppView on GitHub →
⚠ 2 breaking✨ 3 features🐛 2 fixes🔧 3 symbols
Summary
This release introduces comprehensive support for Qwen3 audio models (omni and ASR) and includes several internal fixes, notably removing the deepstack dependency for audio.
⚠️ Breaking Changes
- Removed dependency on deepstack for audio processing.
- Fixed an issue related to multi-inheritance.
Migration Steps
- If you were relying on deepstack for audio processing, you must update your configuration as it is no longer used.
✨ New Features
- Added Qwen3 audio support, including qwen3-omni and qwen3-asr models.
- Added support for the qwen3a model variant.
- ASR model conversion and functionality confirmed working for Qwen3.
🐛 Bug Fixes
- Fixed a bad merge conflict.
- Fixed an issue related to multi-inheritance.