- 64K context
- MTP buffers oversized
- 16+12GB VRAM
- VRAM-capped, not compute-capped
- 149K context
- Buffer overhead trimmed
- Same 16+12GB VRAM
- No new hardware
Why it matters: Context length is often VRAM-limited before it's compute-limited on consumer AMD cards; this patch reclaims a large chunk of that headroom without new hardware.
How to apply: If running quantized Qwen/MoE models on ROCm or Vulkan llama.cpp builds, apply the patch from the thread, rebuild, and re-check --ctx-size against your own model/quant combo before assuming the gains generalize.