v0.30.6

sampotts/plyrv0.30.6Jun 5, 2026by github-actions[bot]

AI Summary

This release introduces new Gemma 4 models optimized with Quantization-Aware Training (QAT) to reduce memory requirements and improve on-device performance. It also integrates the `ollama launch omp` command with Oh My Pi and enhances MLX embedding layers for better quantization on Apple Silicon.

Key Highlights

  • New Gemma 4 QAT models (e2b-it-qat, e4b-it-qat, 12b-it-qat, 26b-a4b-it-qat, 31b-it-qat)
  • Integration of `ollama launch omp` with the AI coding agent Oh My Pi
  • MLX embedding layers optimized using NVFP4 global scale for Apple Silicon

New Features

  • Gemma 4 QAT weights for optimized memory usage
  • Oh My Pi integration for AI coding
  • Improved MLX embedding layer 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