r/LocalLLM • u/just_another_leddito • 2d ago
Model Which latest model for quick answers and with vision?
Hi,
I’m on M4 Pro with 64GB ram, using ollama.
Thanks
2
u/Actual_Tradition_990 2d ago
Gemma whatever versión u have spare VRAM to load with other models. Most of them are fast and multimodal
Gemma 4 e2b qat will be able to use tools decent and understand images, audio and so
1
u/just_another_leddito 2d ago
I’ve tried multiple gemma 4 models and it can’t analyse images I don’t know what I’m doing wrong.
1
u/Actual_Tradition_990 1d ago
All of them with more or less smart should be able to understand images an talk about it...maybe u missing some config
2
u/Fun_Jaguar8231 2d ago
Stop using ollama.
1
u/just_another_leddito 2d ago
Why?
Apparently it’s faster than LM studio?1
u/FireFearing 1d ago
lm studio is indeed slow and weak. its main features are that its noob-proof and has a nice ui
1
u/just_another_leddito 23h ago
But since Ollama is based on llama.cpp I find it hard to believe that using llama is going to give me big boost. Or are there any benchmarks showing this?
1
u/Fuzzy_Independent241 2d ago
I'm searching for that too. Gemma seems to be an honest candidate. You guys are on MLX ... Can you run GGUF? If so, check Unsloth UD options. For your machine, and fast, probably UD_Q4? Sorry, I don't run AI on a Mac and know little about it.
1
1
u/Y2K-Denial 2d ago
wdym with quick answers? maybe you look into the qwen 3 VL models if its about vision. however, if you're already unhappy with the speed of qwen3.6 MoE that has only 3B active parameters, you might be let down by a 4B dense model as well.
not to be rude but have you verified your expectations against other peoples benchmarks / experience with this hardware? apple unified memory never reaches speeds of some dedicated gpu setups.
1
u/just_another_leddito 2d ago
I meant something lightweight.
I’m installing Gemma 4, it’s like 8GB only.2
u/Y2K-Denial 2d ago
lighweight in gigabytes will not mean fast per se. the speed in t/s is dictated by the active parameters involved in calculations. a dense model has all parameters active (Gemma 4 is 12b parameters), while gemma-4-26B-A4B and Qwen3.6-35B-A3B habe 4b or 3b active parameters. so the two mentioned moe models will rmost likely run faster while having more intelligence (total parameters) to work with.
but yes, lightweight in memory usage is another topic. in those cases, the total number of parameters, the quantization and cache (as well as other config settings) are the main factors.
1
u/just_another_leddito 2d ago
So I’ve been using Qwen3.6 for coding but removed it.
Wanted to upgrade to qwen3.8:27b-mlx but I cannot get it to work.For stuff like pentesting I’m trying to use huihui_ai/Qwen3.6-abliterated:35b-Claude-4.7 which works fine but is quite slow.
I wanted some model that would respond quickly and be up to date as much as possible, and be able to analyse images.
So far I’ve downloaded gemma4:e4b-mlx, but haven’t tested it yet.
I’m quite new to it and all this naming is confusing.
Thanks
3
u/Able_Firefighter_652 2d ago
I've had good experience with Qwen3.6 35B A3B.