- What's Changed (this repo branch)
Sync to Ollama main.
- What's Changed (from Ollama)
New models
[Phi-4-Mini](https://ollama.com/library/phi4-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](https://ollama.com/library/granite3.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](https://ollama.com/library/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 LinuxNote: 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 ollama#8567
@ChuanhuiLiu made their first contribution in ollama#9346
@Pekkari made their first contribution in ollama#8211
@eriestrisnadi made their first contribution in ollama#9313
@stevenh made their first contribution in ollama#9360
@wanghe-fit2cloud made their first contribution in ollama#9312
@Soulter made their first contribution in ollama#9442
@ibrahimcetin made their first contribution in ollama#9411
@remarkablemark made their first contribution in ollama#9456
@googs1025 made their first contribution in ollama#9458
@sunshine0523 made their first contribution in ollama#9468
Full Changelog: v0.5.13-rc6...v.0.5.13