Hacker News new | ask | show | jobs
by simonw 459 days ago
Gemma 3 is on Ollama now https://ollama.com/library/gemma3 but surprisingly they don't have Mistral 3.1 yet.

I've managed to run Mistral 3.1 on my laptop using MLX, notes here https://simonwillison.net/2025/Mar/17/mistral-small-31/

1 comments

Are you running vision tasks? Works just fine in ollama as an LLM but the vision component is unimplemented.
I'm using gemma3:27b with the latest ollama (0.6.2) and vision is working.
Yes but we're talking about mistral 3.1 here, which doesn't have the vision component implemented, looks like vllm supports it though.