releasesOllama releasesAug 4, 2026
Ollama releases: v0.32.6
Sentiment: neutral
TL;DR
Ollama released version v0.32.6, which includes improvements to Qwen3.5's performance on Apple GPUs by automatically using the model's MTP head for speculative decoding and updates to `/v1/chat/completions` streaming to match OpenAI's wire format, enhancing compatibility.
Detailed Summary
Ollama released version v0.32.6, which includes improvements to Qwen3.5's performance on Apple GPUs by automatically using the model's MTP head for speculative decoding and enhancing `/v1/chat/completions` streaming to match OpenAI's wire format. These updates aim to improve compatibility and efficiency across different hardware platforms and APIs.
Key Points
- • Qwen3.5 is faster on Apple GPUs with MLX engine using model's MTP head for speculative decoding
- • `/v1/chat/completions` streaming now matches OpenAI's wire format
- • `role` only on the first chunk, `finish_reason` on its own chunk