v0.14.0-rc4
📦 ollamaView on GitHub →
✨ 5 features🐛 4 fixes🔧 1 symbols
Summary
This release introduces experimental support for image generation models, adds Anthropic API compatibility, and includes several stability improvements related to VRAM estimation and error handling.
✨ New Features
- CLI command `ollama run --experimental` now opens a new Ollama CLI featuring an agent loop and the `bash` tool.
- Added support for Anthropic's `/v1/messages` API.
- Introduced a new `REQUIRES` command for `Modelfile` to declare required Ollama version.
- Ollama's app now highlights Swift source code.
- Added new experimental support for image generation models powered by MLX.
🐛 Bug Fixes
- Resolved an issue where older models could cause an integer underflow during memory estimation on low VRAM systems.
- Improved VRAM measurement accuracy for AMD iGPUs.
- An error is now returned when embeddings result in `NaN` or `-Inf`.
- Ollama's Linux install bundles now use `zst` compression.