mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update ollama to version v0.6.2 (#2374)
This commit is contained in:
parent
c199ff4813
commit
01dc10bbda
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
ollama:
|
||||
image: ollama/ollama:0.6.0@sha256:5ff3909f83e01e5a13a0caa8269b484059e841abd9cfe9a86b079b5eae315866
|
||||
image: ollama/ollama:0.6.2@sha256:74a0929e1e082a09e4fdeef8594b8f4537f661366a04080e600c90ea9f712721
|
||||
environment:
|
||||
OLLAMA_ORIGINS: "*"
|
||||
OLLAMA_CONTEXT_LENGTH: 8192
|
||||
|
@ -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.6.0"
|
||||
version: "0.6.2"
|
||||
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.
|
||||
@ -37,8 +37,11 @@ defaultPassword: ""
|
||||
dependencies: []
|
||||
releaseNotes: >-
|
||||
Highlights:
|
||||
- New Google Gemma 3 model available in 1B, 4B, 12B, and 27B parameter sizes
|
||||
- Fixed issues with snowflake-arctic-embed and snowflake-arctic-embed2 models
|
||||
- New Model, Command A: 111 billion parameter model for enterprise use
|
||||
- Multiple images are now supported in Gemma 3
|
||||
- Fixed issue where running Gemma 3 would consume a large amount of system memory
|
||||
- Fixed issue where '/save' would not work if running a model with '/' in the name
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/ollama/ollama/releases
|
||||
path: ""
|
||||
|
Loading…
Reference in New Issue
Block a user