v0.16.0-rc1
📦 ollamaView on GitHub →
✨ 11 features🐛 1 fixes
Summary
This release introduces significant UX improvements across the CLI and TUI, adds new features like external prompt editing and hidden login/logout aliases, and enhances model support with MLX integration and safetensors quantization.
✨ New Features
- Improved Ollama menu and launch experience.
- Added curl-style installation script for Windows.
- Added support for launching 'ollama launch pi'.
- Introduced hidden aliases 'ollama login' and 'ollama logout'.
- Implemented safetensors quantization support for MLX.
- Added MLX runner with support for GLM4-MoE-Lite model.
- Added documentation overview for integrations.
- Updated default context lengths documentation.
- Improved Text User Interface (TUI) user experience.
- Added feature to use an external editor for prompt editing via Ctrl+G.
- Improved model picker user experience in CLI and TUI.
🐛 Bug Fixes
- Fixed an issue where non-MLX models failed to load when Ollama was built with MLX support.