v0.30.6

parruda/swarmv0.30.6Jun 5, 2026by github-actions[bot]

AI Summary

Adds Gemma 4 QAT weights for memory optimization and integrates with Oh My Pi.

Key Highlights

  • Gemma 4 QAT weights added to reduce memory requirements.
  • Integration with Oh My Pi AI coding agent.
  • MLX embedding layers now use NVFP4 global scale.

New Features

  • Gemma 4 QAT models (e.g., gemma4:e2b-it-qat).
  • Oh My Pi integration.

Full Release Notes

# New models
- [Gemma 4 QAT weights](https://ollama.com/library/gemma4): the Gemma 4 family is now optimized with Quantization-Aware Training (QAT) to dramatically reduce memory requirements and maximize on-device performance. Look for the tags ending in `-qat`:
  - `gemma4:e2b-it-qat`
  - `gemma4:e4b-it-qat`
  - `gemma4:12b-it-qat`
  - `gemma4:26b-a4b-it-qat`
  - `gemma4:31b-it-qat`


## What's Changed
* `ollama launch omp` now integrates with [Oh My Pi](https://omp.sh), an AI coding agent with IDE integration
* MLX embedding layers now use NVFP4 global scale for improved quantization on Apple Silicon


**Full Changelog**: https://github.com/ollama/ollama/compare/v0.30.5...v0.30.6