In a few minutes a significant performance improvement incoming
👀
llama.cpp in progress pull request for smart caching of MoE experts, 16% to 35% TPS boost for my RTX 2080
preserve_thinking fix for Gemma 4 templates
Qwen 3.8 Max (2.4T-a95b) and 27B open weights being released next week
unsloth/DeepSeek-V4-Flash-0731-GGUF · Hugging Face
How to run Qwen 35b-a3b on 4GB to 8GB of VRAM (with 24+GB system RAM)
(Oops I got my Gemma and Qwen speeds mixed up, edited the post to fix it.)
But now with the new commits they added, with the same number of hot experts, Qwen is up to about 34. If I increase hot experts to 48 then I get around 37.
Gemma is still around 23 with just 10 hot experts. With 16 hot experts I get about 26 TPS. If I overprovision my VRAM (thanks to
GGML_CUDA_ENABLE_UNIFIED_MEMORY=1) then 24 hot experts can give me 29 TPS, and 32 hot experts 34 TPS.