The llama.cpp project released build b10311, which includes a fix for the Qwen3-TTS pipeline. The update resolves an issue where the model read the input utterance twice during generation.
- Fixes a bug in the non-streaming prefill overlay that caused the text stream to be fed again during Qwen3-TTS generation.
- Corrects the trailing text hidden state to collapse to a single tts_pad row, matching the prefill layout.
- Provides binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenCL, ROCm, SYCL), and openEuler.