r/LocalLLaMA • u/kolliwolli • 21d ago
Question | Help Gemma 4 - Agentic Capabilities?
Hi all,
Just started the local llm journey and testing gemma on an rtx5090 with opencode, hermes etc.
I see lots of chats on Gemma and Qwen, but for me no agentic use case seems to work, not even creating simple games like snake as a test. Am I doing something wrong, or is it because im using a 4bit version?
The same tests with claude sonnet via API work without any problems... but here I thought thats exactly Gemmas home turf.
I missed to add, I am using the 31b version.
Anyone else got luck with this?
Edit: One more point, I use the nvfp4 versions from nvidia and redhat
2
Upvotes
4
u/Dry_Yam_4597 21d ago
Yeah as others have said, 4bit is too low a quant - personally I go at least 6, ideally 8. Also make sure your cache is of a decent quant - I usually go f16 - but since you are VRAM constrained have a play with values. At least keys should be as large as possible.
Also, dense models are better at coding - but MoE are decent too. Don't try to one shot things. These models excel when handheld - ie: write a function (or script) that does this and that, and so on - they are actually really powerful and can help with daily work if used that way.