Changelog / release
0.9.10
Released 2026-07-01 · full changelog · GitHub releases
- Whisper silence-hallucination guard. A Silero VAD pre-trim strips the silent lead-in so STT stops inventing text over quiet audio (PR #980).
- Tool-call argument normalization. Assistant
tool_call.argumentsis coerced to a dict at the chat-template boundary, fixing downstream shape mismatches (PR #981). - Qwen3-Coder XML streaming. The streaming parser now anchors on
<function=…>instead of the<tool_call>wrapper (PR #979). - Anthropic adapter. Non-leading
systemmessages are merged before the chat template is applied (PR #976). - Server flags.
python -m vllm_mlx.servernow threads TurboQuant flags intoSchedulerConfig(PR #983). - README audited and rewritten for clarity and value-prop (PR #601).