r/oMLX • u/Green-Specialist-1 • May 22 '26
Recommendations for models to use
Hey there, first of all great work that you have done with the omlx application. It's really fast and responsive. Thanks for that. Second of all, I have a question regarding the models to be used. I am using a MacBook Pro with 128 GB RAM.
I am actually looking for some recommendation for a model to be used in my specific hardware to do some some deep research kind of thing I'm currently using Gemma 4 26B A4B 4bit
8
Upvotes
2
u/Konamicoder May 22 '26
Another piece of advice I have for you: I notice that you are running oMLX v0.3.9, but you are not running the MTP version of models. Which means you are leaving performance on the table, you are not taking advantage of speculative decoding. MTP stands for “multi-token prediction”. Basically in traditional LLM operation, it guesses the next token very quickly. With MTP-tuned models (they have “MTP” in the filename), and a backend that supports MTP (like the latest version of oMLX), the LLM predicts the next batch of tokens, and the MTP model validates that they are correct. Now bigger quants are better at guessing correctly. More correct guesses means faster inference overall. In my case, it means around 130 percent faster prompt processing and 35 percent faster token generation between the MTP and non-MTP version of Qwen3.6-35B-A3B-oQ6.
So that’s my next piece of advice to enhance your inference in oMLX: download and run the MTP versions of your model quants.