39 Downloads Updated 2 weeks ago
ollama run edtorre/gemma4-31b-hermes
Updated 2 weeks ago
2 weeks ago
615f1a4c56f6 · 19GB ·
A max-size, agent-tuned Gemma 4 31B model for local agent harnesses like Hermes Agent. Based on gemma4:31b-it-qat with Q4_0 quantization at 18 GB.
## Specs
| Parameter | Value |
|—————–|————————————|
| Base Model | gemma4:31b-it-qat |
| Parameters | 30.7B |
| Quantization | Q4_0 |
| Size | 18 GB |
| Context Window | 65,536 (64K) |
| Max Output | 8,192 tokens |
| Temperature | 0.7 |
| Top-k / Top-p | 64 / 0.9 |
## Capabilities
## Performance Notes
At 18 GB + 64K context, this model is tight on 20 GB VRAM. Requires these Ollama server settings:
OLLAMA_FLASH_ATTENTION=1
OLLAMA_KV_CACHE_TYPE=q8_0
With flash attention and Q8_0 KV cache, total VRAM usage is approximately 18-19 GB — fits on a 20 GB card with very little headroom.
## Quick Start
ollama run edtorre/gemma4-31b-hermes
With Hermes Agent:
hermes config set model.default edtorre/gemma4-31b-hermes
hermes chat
License
Apache 2.0