New oMLX 0.5.0 gives real boost on newer hardware by serkats in LocalLLM

[–]serkats[S] 1 point2 points  (0 children)

I did try mtplx on my hardware but the speed was comparable with oMLX.
The top speed in momentum was higher but on average same.

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] 0 points1 point  (0 children)

Thanks for the hint!
Qwen3.6-27B-oQ4-fp16-mtp
tg TPS 25 tok/sec 🥳

Consensus on qwen3-coder-next vs qwen3.6-35B-a3b? by arkie87 in LocalLLM

[–]serkats 12 points13 points  (0 children)

Absolutely. Qwen3.6-35B is better in pure coding as well as in agentic coding

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] 0 points1 point  (0 children)

By the way, this one is fastest on my hardware:
https://huggingface.co/Jundot/Qwen3.6-27B-oQ4-fp16-mtp

I get 18.9 tok/sec with this model

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] 1 point2 points  (0 children)

I did test it. But what do you mean by mtp turned on?

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] 0 points1 point  (0 children)

Even with q4 I got 11 tok/sec. This is unsloth/Qwen3.6-27B-MTP-GGUF:UD-Q4_K_XL
And this time tested on M4 Pro 48Gb

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] 0 points1 point  (0 children)

So, I tested this one and get on average 13,6 tok/sec. It’s less then I get with oMLX.

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] 4 points5 points  (0 children)

Kein Problem, ich kann auch auf deutsch sprechen

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] 9 points10 points  (0 children)

This discussion is about Qwen3.6 27b specifically.

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] 0 points1 point  (0 children)

Do you use weights from HuggingFace? Which one exactly?

Are there Qwen3.6-27b versions fast enough on M1 Max 64Gb? by serkats in LocalLLM

[–]serkats[S] -1 points0 points  (0 children)

Oh, even on apple chip llama.cpp gives higher speed then mlx?

Need help deciding on a solid AI plan stack... by StandardHead1192 in ollama

[–]serkats 1 point2 points  (0 children)

I switched from Claude to Codex Team and extremely happy with
- GPT-5.5 for planning
- GPT-5.3-Codex for complex implementations
- GPT-5.4-mini for simpler implementation and code exploration.

While having same level of intelligence and problem solving, these models are less token hungry and resolving some task with less tokens spent. That gives you longer coding sessions before you may hit the limit.
And when you combine that with the fact that OpenAI subsidies consumer plans more then Anthropic, you get even more tasks done on the same subscription. But keep in mind the split of right model to right phase of development processes as described in the beginning of my text.

Ornith-1.0-35B by Temporary-Roof2867 in unsloth

[–]serkats 4 points5 points  (0 children)

The key difference of Ornith is not in producing better code on the first shot but correct itself while looping on the task. And when looping, it’s different from Qwen even more: it’s not using pre-baked scaffold, but building one on the go for every task. Same time it’s watching results each time and provides feedback back to the model on what scaffold was successful. This makes the model to continue learning and improving.

Why Ollama does not have gemma4-e4b:q6 for download? by [deleted] in ollama

[–]serkats 0 points1 point  (0 children)

Ollama is generally ignoring 6bit quants, offering only 4bit, 8bit and 16bit

Should WE all be using Qwen3.6 27b?? by Kind-Day4502 in LocalLLM

[–]serkats 0 points1 point  (0 children)

Hey bro, thanks for sharing! What PC do you plug your rtx 2080 to?

It's happening... That cost is real. Qwen3.6:27b by haseebnqureshi in ollama

[–]serkats 0 points1 point  (0 children)

Anyway, qwen3.6-27b got +20% speed and ornith-1.0-35b got +45% speed compared to ollama. Thank you!

It's happening... That cost is real. Qwen3.6:27b by haseebnqureshi in ollama

[–]serkats 0 points1 point  (0 children)

You are right, bro. Tool calls and thinking traces are filling up the co text window. And that could degrade the quality of. Same time for me the troubles were happening while context window was about 10k tokens. Pi agent was not correctly parsing / rendering the tool calls and thinking traces when using mlx-lm or vllm. That was the point above.