Migrating to Ollama v0.30.0-rc23
Version v0.30.0-rc23 introduces 1 breaking change. This guide details how to update your code.
Released: 5/13/2026
1
Breaking Changes
2
Migration Steps
2
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
llama.cppGGMLBreaking Changes
●Issue #1
The underlying architecture has changed from building on GGML to directly supporting llama.cpp, which may affect custom integrations or tooling relying on the previous internal structure.
Migration Steps
- 1When installing on Mac/Linux, use the command: curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.30.0-rc23 sh
- 2When installing on Windows, use the command: $env:OLLAMA_VERSION="0.30.0-rc23"; irm https://ollama.com/install.ps1 | iex
Release Summary
This pre-release version overhauls the architecture to directly support llama.cpp, enabling GGUF compatibility 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-rc23.
View Full Changelog