v0.30.6

skaldlabs/skaldv0.30.6Jun 5, 2026by github-actions[bot]

AI Summary

Introduces Gemma 4 Quantization-Aware Training models and integrates with Oh My Pi AI coding agent.

Key Highlights

  • New Gemma 4 QAT model family for reduced memory usage
  • Integration with Oh My Pi AI coding agent
  • Improved MLX embedding layers on Apple Silicon

New Features

  • Gemma 4 QAT weights
  • Oh My Pi integration
  • MLX NVFP4 quantization

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