The llama.cpp project released version b10270, introducing support for the Qwen3-TTS model. This update includes a breaking change to the llama-tts binary and implements significant architectural modifications to handle the new text-to-speech workflow.
- Added support for converting and loading Qwen3-TTS components, including the main model, encoder, speaker encoder, and code_predictor.
- Introduced a new mtmd gen API and renamed the CODE2WAV component to GEN_WAV.
- Implemented voice clone capabilities and preserved key-value states between calls for improved continuity.
- Added llama_model_get_tok_embd and mtmd_helper_gen_audio APIs for enhanced model interaction.
- Included security fixes, documentation updates, and support for various hardware backends across macOS, Linux, Windows, and Android.