Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Ollama.dmg | 2025-08-19 | 47.7 MB | |
OllamaSetup.exe | 2025-08-19 | 704.8 MB | |
ollama-linux-arm64.tgz | 2025-08-19 | 1.1 GB | |
ollama-linux-arm64-jetpack6.tgz | 2025-08-19 | 359.6 MB | |
ollama-linux-arm64-jetpack5.tgz | 2025-08-19 | 450.2 MB | |
ollama-darwin.tgz | 2025-08-19 | 24.9 MB | |
Ollama-darwin.zip | 2025-08-19 | 47.6 MB | |
ollama-linux-amd64-rocm.tgz | 2025-08-19 | 1.1 GB | |
ollama-linux-amd64.tgz | 2025-08-19 | 1.2 GB | |
ollama-windows-amd64-rocm.zip | 2025-08-19 | 257.5 MB | |
ollama-windows-amd64.zip | 2025-08-19 | 1.3 GB | |
ollama-windows-arm64.zip | 2025-08-19 | 22.0 MB | |
sha256sum.txt | 2025-08-19 | 1.1 kB | |
README.md | 2025-08-19 | 1.2 kB | |
v0.11.5 source code.tar.gz | 2025-08-19 | 11.0 MB | |
v0.11.5 source code.zip | 2025-08-19 | 11.4 MB | |
Totals: 16 Items | 6.7 GB | 51 |
What's Changed
- Performance improvements for the
gpt-oss
models - New memory management: this release of Ollama includes improved memory management for scheduling models on GPUs, leading to better VRAM utilization, model performance and less out of memory errors. These new memory estimations can be enabled with
OLLAMA_NEW_ESTIMATES=1 ollama serve
and will soon be enabled by default. - Improved multi-GPU scheduling and reduced VRAM allocation when using more than 2 GPUs
- Ollama's new app will now remember default selections for default model, Turbo and Web Search between restarts
- Fix error when parsing bad harmony tool calls
OLLAMA_FLASH_ATTENTION=1
will also enable flash attention for pure-CPU models- Fixed OpenAI-compatible API not supporting
reasoning_effort
- Reduced size of installation on Windows and Linux
New Contributors
- @vorburger made their first contribution in https://github.com/ollama/ollama/pull/11755
- @dan-and made their first contribution in https://github.com/ollama/ollama/pull/10678
- @youzichuan made their first contribution in https://github.com/ollama/ollama/pull/11880
Full Changelog: https://github.com/ollama/ollama/compare/v0.11.4...v0.11.5-rc1