Update ollama to v0.12.3 (#3723)

This commit is contained in:
Alexander L. 2025-10-03 15:08:25 +02:00 committed by GitHub
parent b56246fec8
commit d885b26598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
ollama:
image: ollama/ollama:0.12.2@sha256:1b80cecb262ee3be70474130aaff1e4949dab741c74b94e819d3f2a2ba520f29
image: ollama/ollama:0.12.3@sha256:c622a7adec67cf5bd7fe1802b7e26aa583a955a54e91d132889301f50c3e0bd0
environment:
OLLAMA_ORIGINS: "*"
OLLAMA_CONTEXT_LENGTH: 8192

View File

@ -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.12.2"
version: "0.12.3"
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.
@ -40,10 +40,10 @@ releaseNotes: >-
Key highlights in this release:
- New web search API with a free tier for individuals
- Cloud models now available in preview, allowing you to run larger models with fast, datacenter-grade hardware
- Improved memory usage and estimates for various model types
- Added 'dimensions' field to embed requests
- New models: DeepSeek-V3.1-Terminus and Kimi-K2-Instruct-0905
- Web search API with a free tier for individuals
- Improved parsing of tool calls
- Fixed issues with model loading and output
Full release notes are available at https://github.com/ollama/ollama/releases