Ollama
Notes
Release notes
v0.5.13
· 1y+
New models
- Phi-4-Mini: Phi-4-mini brings significant enhancements in multilingual support, reasoning, and mathematics, and now, the long-awaited function calling feature is finally supported.
- Granite-3.2-Vision: A compact and efficient vision-language model, specifically designed for visual document understanding, enabling automated content extraction from tables, charts, infographics, plots, diagrams, and more.
- Command R7B Arabic: A new state-of-the-art version of the lightweight Command R7B model that excels in advanced Arabic language capabilities for enterprises in the Middle East and Northern Africa.
What's Changed
- The default context length can now be set with a new
OLLAMA_CONTEXT_LENGTHenvironment variable. For example, to set the default context length to 8K, use:OLLAMA_CONTEXT_LENGTH=8192 ollama serve - Ollama is now compiled for NVIDIA Blackwell
- Fixed issue where bf16 GGUF files could not be imported
- Ollama is now be able to accept requests from Visual Studio Code and Cursor by accepting requests from origins beginning with
vscode-file:// - Fixed a series of
permission deniedissues when installing Ollama on Linux
> Note: Ubuntu 20.04, Debian 10 and RHEL 8+ or later are required to run Ollama on Linux
New Contributors
- @prusnak made their first contribution in https://github.com/ollama/ollama/pull/8567
- @ChuanhuiLiu made their first contribution in https://github.com/ollama/ollama/pull/9346
- @Pekkari made their first contribution in https://github.com/ollama/ollama/pull/8211
- @eriestrisnadi made their first contribution in https://github.com/ollama/ollama/pull/9313
- @stevenh made their first contribution in https://github.com/ollama/ollama/pull/9360
- @wanghe-fit2cloud made their first contribution in https://github.com/ollama/ollama/pull/9312
- @Soulter made their first contribution in https://github.com/ollama/ollama/pull/9442
- @ibrahimcetin made their first contribution in https://github.com/ollama/ollama/pull/9411
- @remarkablemark made their first contribution in https://github.com/ollama/ollama/pull/9456
- @googs1025 made their first contribution in https://github.com/ollama/ollama/pull/9458
- @sunshine0523 made their first contribution in https://github.com/ollama/ollama/pull/9468
Full Changelog: https://github.com/ollama/ollama/compare/v0.5.12...v0.5.13