I tested briefly with a MacBook Pro m4 with 36gb. Run in LM Studio with open code as the frontend and it failed over and over on tool calls. Switched back to qwen. Anyone else on similar setup have better luck?
April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
41–50 of 132 posts
Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#42Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#43Earlier quoted context omitted.
> I don't think it does, but llama.cpp does I just checked their docs and can't see anything like it. Did you mistake the command to just download and load the model?
-hf ModelName:Q4_K_M
Actually that shouldn't be a question, you clearly did.
Hint: it also opens Claude code configured to use that model
Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#44Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#45Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#46I tested briefly with a MacBook Pro m4 with 36gb. Run in LM Studio with open code as the frontend and it failed over and over on tool calls. Switched back to qwen. Anyone else on similar setup have better luck?
Haven't had time to try yet, but heard from others that they needed to update both the main and runtime versions for things to work.
EDIT: The issue is addressed in LM Studio 0.4.9 (build 1), which auto-update wasn't picking up for me for some reason.
Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#47There is virtually no reason to use Ollama over LM Studio or the myriad of other alternatives. Ollama is slower and they started out as a shameless llama.cpp ripoff without giving credit and now they “ported” it to Go which means they’re just vibe code translating llama.cpp, bugs included.
LM Studio is closed source. And didn't Ollama independently ship a vision pipeline for some multimodal models months before llama.cpp supported it?
The project is just a bit underwhelming overall, it would be way better if they just focused on polishing good UX and fine-tuning, starting from a reasonably up-to-date version of what llama.cpp provides already.
Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#48M5 air here with 32gb ram and 10/10 cores. Anyone got some luck with mlx builds on oMLX so far? Not at my machine right now and would love to know if these models already work including tool calling
Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#49The article has a few good tips for using Ollama. Perhaps it should note that the Gemma 4 models are not really trained for strong performance with coding agents like OpenCode, Claude Code, pi, etc. The Gemma 4 models are excellent for applications requiring tool use, data extraction to JSON, etc. I asked Gemini Pro about this earlier and Gemini Pro recommended qwen 3.5 models specifically for coding, and backed that…
The Gemma models were literally released yesterday. You can’t ask LLMs for advice on these topics and get accurate information.
Please don’t repeat LLM-sourced answers as canonical information
Re: April 2026 TLDR Setup for Ollama and Gemma 4 26B on a Mac mini
#50Why is ollama so many people’s go-to? Genuinely curious, I’ve tried it but it feels overly stripped down / dumbed down vs nearly everything else I’ve used. Lately I’ve been playing with Unsloth Studio and think that’s probably a much better “give it to a beginner” default.