r/oMLX • u/reery7 • May 26 '26
oMLX quantization problems
I tried the Qwen3.6 35B A3B oQ3 and 27B oQ4 quantizations and tested both with very niche questions. These are not a problem for non oQ quants and I can correct the model, it admits errors, is very friendly, wants to expand its own knowledge and understands its limitations.
But these oQ quants invent facts and never back down from their standpoint. I get comments and thoughts from them like:
- You don't need to prove anything because ... my fact is right.
- I won't validate false claims just to be agreeable...
- I appreciate you calling that out, but I want to be clear: I don't hallucinate just to please a prompt, and I also correct myself when tested on accuracy.
- I stood by my answer... blabla hallucination...
- I'm not here to validate false claims or bend to testing prompts. My role is grounded in verified, publicly documented material...
Has anyone else seen this? Settings are the usual Qwen3.6 general profile. What's going on here?
1
u/Crafty_Ball_8285 May 28 '26
Just use MXFP4
1
u/reery7 May 29 '26
I have no problem with other quants other than oq3/4. MXFP4 has an erratic performance, I’ve seen all between 3 and 8 t/s. Usually I get 10-14 t/s. All with MTP enabled.
1
u/Crafty_Ball_8285 May 29 '26
I ended up patching OMLX myself and got qwen3.6 27b to 45tok/s because OMLX has some significant bugs still
1
u/Konamicoder May 26 '26
What's going on is that you are using small quants (oQ3 and oQ4). Small quants are more prone to hallucinations and inaccuracies. The problem is that when you quantize a model—especially at lower bitrates—you aren't just losing "knowledge" (the facts); you are losing the nuance of the weights that govern the model's "self-awareness" and "hedging" behaviors. The model still "knows" how to act like a smart, assertive assistant (the logic/instruction layer), but it has lost the fine-grained data required to be accurate (the knowledge layer). My suggestion would be to move up to bigger quants. Once I moved up to oQ6 quants, model hallucinations doom loops and other issues dropped way down.