Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ollama to version v0.5.11 #2207

Merged
merged 2 commits into from
Feb 18, 2025
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,4 +1,4 @@
version: '3.7'

Check notice on line 1 in ollama/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "ollama"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

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

ollama:
image: ollama/ollama:0.5.7@sha256:7e672211886f8bd4448a98ed577e26c816b9e8b052112860564afaa2c105800e
image: ollama/ollama:0.5.11@sha256:82956f40bb1f307c77f7a8c3ed91c7a37e072ed757ff143e34210a7b991b9480
environment:
OLLAMA_ORIGINS: "*"
volumes:
Expand Down
13 changes: 11 additions & 2 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.5.7"
version: "0.5.11"
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 @@ -35,5 +35,14 @@ gallery:
defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: ""
releaseNotes: >-
Highlights:
- Ollama will now use AVX-512 instructions where available for additional CPU acceleration
- Fixed indexing error that would occur when downloading a model with ollama run or ollama pull
- Fixes cases where download progress would reverse
- DeepScaleR: A fine-tuned version of Deepseek-R1-Distilled-Qwen-1.5B that surpasses the performance of OpenAI's o1-preview with just 1.5B parameters on popular math evaluations.
- OpenThinker: A fully open-source family of reasoning models built using a dataset derived by distilling DeepSeek-R1.
- Fixed The system cannot find the path specified errors when running models in some cases on Windows

Full release notes are available at https://github.com/ollama/ollama/releases
path: ""