Migrating to llama.cpp b8769
Version b8769 introduces 2 breaking changes. This guide details how to update your code.
Released: 4/12/2026
2
Breaking Changes
1
Migration Steps
3
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
qwen3-omniqwen3-asrqwen3aBreaking Changes
●Issue #1
Removed dependency on deepstack for audio processing.
●Issue #2
Fixed an issue related to multi-inheritance.
Migration Steps
- 1If you were relying on deepstack for audio processing, you must update your configuration as it is no longer used.
Release 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.
Need More Details?
View the full release notes and all changes for llama.cpp b8769.
View Full Changelog