Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on fedia.io
localllama·LocalLLaMAbytroed

North Mini Code v1.0 - a Qwen 3.6 35B MoE alternative

Since I like having more than one local LLM to switch between when analysing tricky development issues I decided to try out this new MoE model today. It's a 30B A3B which means it's basically a drop-in replacement for Qwen 3.6 35B A3B with suitable llama.cpp parameters the same.

On their own published benchmark metrics it's supposed to be slightly worse than Qwen, but so far it's not something I've noticed. It's tuned to work well in Opencode which is how I'm running it as well.

Try it out, see how it works for you. I know that there are those who would rather use a Canadian than Chinese model in today's political climate and it does seem to perform better than Gemma 4 at least for me. Just don't forget to use the PR linked from unsloth's description until it has been merged into main.

North Mini Code v1.0 - a Qwen 3.6 35B MoE alternativehttps://huggingface.co/unsloth/North-Mini-Code-1.0-GGUFOpen linkView original on fedia.io
14

6 replies

reddthat.com

Interesting. Looks like I'd need to build a special llama.cpp to get it to run on my system currently, and I think I could get lost for a long time if I start digging up that rabbit hole... so maybe not today, but I'll keep an eye out and give it a try if support lands in main.

Is it doing any better than Qwen at avoiding getting stuck in thinking loops?

3
e0qdkreply
reddthat.com

I've got an AMD system so that probably won't work for me, but glad it's working for you and maybe it will help others!

How does the model compare to Qwen and Gemma4 so far?

2

Ah, ok, hope it helps someone. I’ll probably try the model this weekend sometime.

2

This looks promising, I'll be sure to give it a try! Is it better compared to Qwen3.6 in terms of getting stuck? So far, qwen is borderline unusable for me, for chatting/research, as it frequently gets stuck. Gemma4 is a lot more stable, but a lot worse, in my opinion so far. North mini looks promising if it can solve looping for me and be a bit smarter than Gemma.

1

I finally got around to trying this model today. My initial impression is that it's ok conversationally and decently fast (even at Q8), but unfortunately it repeatedly fails when I ask it to do tasks that require using multiple tools in sequence -- like listing files and then reading through them to explore a codebase. (Qwen3.6 and Gemma4 both manage that fine usually.) In some of the failures, I was seeing it get stuck in loops with bad thinking tags.

I haven't pushed it hard on non-tool tasks yet though. If it turns out to be particular good at that I might try using it as a fast code generator driven by another model maybe...

1

You reached the end

North Mini Code v1.0 - a Qwen 3.6 35B MoE alternative | Spyke