AI Briefing
KO

Qwen3.6 Model Performance Degradation Bug

·2026.05.24 13:18

Key point

A bug in llama.cpp causes the KV cache of the Qwen3.6-35B-A3B model to be dropped, significantly degrading inference speed.

Details

A bug has been reported in llama.cpp where, when using the Qwen3.6-35B-A3B model, the last portion of the KV cache is dropped by an amount equal to the batch size. Because the dropped tokens must be reprocessed every turn, the performance degradation becomes more severe as the context grows longer.

Key symptoms:

  • With a 150k context and a batch size of 4096, prefill time increases roughly 10x, from 317ms to 3,074ms.
  • This issue has only been confirmed with the Qwen3.6-35B-A3B model, and does not reproduce with other models such as Gemma.

Workaround:

  • Use build b9222, or
  • Roll back to commit ccee426 and build directly from source.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.