Migrating to Ollama v0.30.0-rc21
Version v0.30.0-rc21 introduces 1 breaking change. This guide details how to update your code.
Released: 5/13/2026
1
Breaking Changes
3
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
The underlying architecture has changed from using GGML to directly supporting llama.cpp, which may affect custom integrations or tooling relying on the previous internal structure.
Migration Steps
- 1If you rely on the previous GGML architecture, be aware that it has been replaced by direct llama.cpp support.
- 2To install this specific pre-release version (0.30.0-rc21) on Mac/Linux, use: curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.30.0-rc21 sh
- 3To install this specific pre-release version (0.30.0-rc21) on Windows, use: $env:OLLAMA_VERSION="0.30.0-rc21"; irm https://ollama.com/install.ps1 | iex
Release Summary
This pre-release version overhauls the architecture to use llama.cpp directly, enabling GGUF support and leveraging MLX for Apple Silicon acceleration. Users are encouraged to provide feedback on performance and stability.
Need More Details?
View the full release notes and all changes for Ollama v0.30.0-rc21.
View Full Changelog