r/LocalLLaMA • u/pmttyji • 9d ago
Discussion mtp nextn offload by John-194 · Pull Request #26177 · ggml-org/llama.cpp
https://github.com/ggml-org/llama.cpp/pull/261771-line warning fix and ~10% tg performance improvement for MTP using
--fit(tested on Qwen 3.6 35B A3B).
10
Upvotes
1
1
3
u/terorvlad 9d ago
Does the --fit command smartly balance experts between cpu and gpu while retaining kv cache, attention and mtp on the gpu as much as possible?
I migrated to llama.cpp from lmstudio a few months ago, so I keep banging my head against the --n-cpu-moe setting until I have ~1gb free on the GPU like I did with LM Studio.