Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ollama/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: '3.7'

services:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

ollama:
image: ollama/ollama:0.17.0@sha256:006ad593108a705eafc8ea8496a30765222bdab17b1a1b0bbe3d50ff2e70fbf4
image: ollama/ollama:0.17.4@sha256:b165fa2700dc374f8d4f9e8314d81c7be75487c76eee2b46ef4b511a496b736c
environment:
OLLAMA_ORIGINS: "*"
OLLAMA_CONTEXT_LENGTH: 8192
Expand Down
13 changes: 8 additions & 5 deletions ollama/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: ollama
name: Ollama
tagline: Self-host open source AI models like DeepSeek-R1, Llama, and more
category: ai
version: "0.17.0"
version: "0.17.4"
port: 11434
description: >-
Ollama allows you to download and run advanced AI models directly on your own hardware. Self-hosting AI models ensures full control over your data and protects your privacy.
Expand Down Expand Up @@ -38,13 +38,16 @@ defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: >-
This release introduces OpenClaw integration and performance improvements.
This release adds new models and improvements to tool call handling.


Key highlights in this release:
- OpenClaw can now be installed and configured automatically via `ollama launch openclaw`, making it easy to get started with open models like Kimi-K2.5, GLM-5, and Minimax-M2.5
- Websearch is enabled in OpenClaw when using cloud models
- Improved tokenizer performance
- New Qwen 3.5 multimodal model family is now available
- New LFM2 hybrid model family optimized for on-device deployment is now available
- Tool call indices are now included in parallel tool calls
- Fixed tool calls in Qwen 3 and Qwen 3.5 not being parsed correctly during thinking
- Added Nemotron architecture support
- Web search capabilities added for models that support tools


Full release notes are available at https://github.com/ollama/ollama/releases
Expand Down