ollama run baytout3/gemma4-v2:q8_0
This collection hosts highly optimized GGUF formats of the fine-tuned Gemma-4-12B-it model, tailored specifically for local coding assistance and autonomous multi-step agent workflows.
The primary goal of this fine-tune is to bridge the gap between heavy cloud models and consumer-grade hardware. It has been strictly optimized to excel at tool-use, complex multi-step reasoning, and terminal-based task execution while remaining lightweight enough to run locally.
v2 builds on the v1 coder by introducing an updated agentic workflow:
The reasoning model utilizes distilled CoT, with traces reconstructed using the specified workflows.
We offer several quantization levels to accommodate different hardware constraints.
| Quantization | File Size | Recommended Deployment |
|---|---|---|
| Q3_K_M | ~6.1 GB | Suitable for systems with 8 GB VRAM / Unified Memory. |
| Q4_K_M | ~7.4 GB | Recommended: Best balance of speed and generation quality. |
| Q6_K | ~9.8 GB | Near-lossless representation of the full model. |
| Q8_0 | ~13.0 GB | Recommended for high-precision local server deployments (requires 16GB+ VRAM). |