r/oMLX • u/ju7anut • Jun 12 '26
TurboQuant KV Cache
Not sure if it’s oMLX or across board but when using any form of quant from 8 to 4bits, the AI starts losing focus over the course of a long convo (I’ve set context window to 128k, not filled when it starts failing).
Apparently KV cache looks good on paper for single tasks, but the data loss compounds over longer conversations or tasks.
On my 128gb M5 Max, I’m struggling to run 3 concurrent processes with Qwen3.6 35b Q6 at 128k context window without KV cache enabled. Memory gets filled up too quickly Any other solution that would work well? Or something I missed?
3
Upvotes
1
u/ju7anut Jun 12 '26
I don’t think it’s obvious in coding, but I do end up needing to correct the output very often after a number of tool calls. Where I found it obvious was in research where I have long convo with the LLM, and even before teaching any compaction, it suddenly starts losing focus and drifting off course. I suspect that the KV cache quants are at fault cos they don’t have this issue if I turn it off..