Migrating to Ollama v0.30.0-rc32
Version v0.30.0-rc32 introduces 1 breaking change. This guide details how to update your code.
Released: 5/13/2026
1
Breaking Changes
2
Migration Steps
5
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
llama.cppGGMLGGUFMLXnomic-embed-textBreaking Changes
●Issue #1
The underlying architecture has changed from using GGML to directly supporting llama.cpp, which may affect custom integrations or scripts relying on the previous internal structure.
Migration Steps
- 1Users installing on Mac/Linux should use the provided curl command specifying OLLAMA_VERSION=0.30.0-rc31.
- 2Users installing on Windows should use the provided PowerShell commands specifying OLLAMA_VERSION="0.30.0-rc31".
Release Summary
This release transitions Ollama's architecture to directly support llama.cpp, enabling GGUF compatibility and MLX acceleration on Apple Silicon. A known issue is that `nomic-embed-text` now enforces lowercase input.
Need More Details?
View the full release notes and all changes for Ollama v0.30.0-rc32.
View Full Changelog