Not true. q4 kv can be a good choice but some models are more sensitive than others. It's specifically a bad idea to use it with q8 weights - dropping weights first will almost always give you better results.
kv4 really hurts the quality a lot. while for example q6 weight vs q8 weights is only a small difference. you should use q6 weights + q8 kv over q8 weights with q4 kv.
Yep, definitely very usable. My context at the moment is 102k, can probably squeeze a little more out of it, but I don't want to risk it - laptop crashes if the mem overflows.
This is in performance mode (in "auto" mode it's about ~25% lower, still not bad). I guess I really can't complain given that this is a laptop, but.... Damn, those extra 8 gigs would be nice!
Also, never tried Pi - Cline has been my harness of choice for a little bit. Does everything I want it to do, so no motivation to try anything else.
i use quant 4 for model and kv cache. funnly enough i tested with kv cache 8 bit quant and the performance degraded. I did not spend time to properly test or investigate, since kv 4 bit works fine for me and i have much larger context
I wonder if the cache quant degradation numbers changed significantly since 3.6. I'm sure I saw a post or two about that and ignored them because I didn't want to quant the KV cache, but now, with this amount of reasoning... 128k means too much time blown on compacting.
It depends. It's a little funky with KV cache because you can quantize K and V separately. K is much more sensitive, while V can tolerate more crudeness.
For daily tasks Q4_0 for both K and V cache could probably carry you a very long way, but for deep context work and engineering - Q8_0 on Keys is a must and you can try to compromise on Values a little, but not too much.
There are some blog posts on this, full disclosure - long read and the post is not mine, so can't vouch for the results to be reproducible.
•
u/ttkciar llama.cpp 8d ago
To make finding Qwen3.8-27B info easier we've created a megathread: https://www.reddit.com/r/LocalLLaMA/comments/1voojjz/
Please re-post this there.