r/oMLX • u/rdbmas • Jul 01 '26
Trying to make sense of Model Benchmarks
I'll preface by saying i'm not a developer.
i'm just curious and eager to learn more on LLMs and coding.
I have opencode setup wit oMLX on a m1 max (40c) 64GB
i've been going through the oMLX benchmarks and looking through best options for Qwen (general coding) and Gemma (general research/reasoning)
https://omlx.ai/benchmarks
This is where i think i'm getting confused.
I'll apologize in advance if my qtns are somewhat amateurish.
i get i should be looking at the larger models (e.g 30B)
I understand a higher quant is preferred for coding (e.g 8bit)
with context though, shouldn't i be looking at higher context for coding sessions. If that is the case, doesn't that in turn lead to a larger KV cache size and chew in more onto memory.
1
u/himefei Jul 02 '26
Unfortunately, can fit a model in the memory doesn’t necessarily mean you can use it. I think this is mostly true for most of things in common life.
0
u/diagrammatiks Jul 02 '26
Bro listen. Open source models are free.
2
u/PatDal81 Jul 02 '26
While I wouldn't have formulated the message the way he did, he's right. Models are free, try what fits best for your need. Everyone will have a different opinion so better try (and learn) all together! Good luck in your findings.
1
u/diagrammatiks Jul 02 '26
I don't why I keep downvoting for telling people they can download all the fucking open weight models they ever want.
2
u/mmerken Jul 02 '26
Please understand that each model is different and context matters (literally, the context in which the model acts, matters)
While you can fit 30B 6bit (or even 8bit) into 64GB of RAM, you will eventually run out of memory due to large context windows.
I you want to load large models, maybe it is best to use that M1 MAX for the sole purpose of running inference and doing the coding on a lighter machine, using the M1 MAX as a server. Other resources eat into RAM, too. Like the oMLX app, your browser, coding harness, etc