Ollama

ollama/ollama last check 191 releases recent
Notes
Release notes
v0.5.13 · 1y+
view on github

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_LENGTH environment 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 denied issues 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

Full Changelog: https://github.com/ollama/ollama/compare/v0.5.12...v0.5.13