0.34.21w ago
ollama/ollama v0.34.2
Key point
ollama v0.34.2 adds the ability to choose between account linking or local usage on first run, and fixes a memory leak issue during MLX speculative decoding.
Details
Key Features
- First-run setup: Introduced an onboarding process that allows users to choose between logging in with an account or using locally when running
ollama. On macOS and Windows, the desktop app and setup completion are synchronized. - Deep link support: Added the
ollama://appsURI scheme to directly open the Apps page of the desktop app on macOS and Windows.
Bug Fixes and Performance Improvements
- Memory leak fix: Fixed the issue of excessive memory growth during long generation tasks when using MLX speculative decoding.
- Engine update: Updated the
llama.cpplibrary to the latest version.