Hoppa till innehåll
VibekollenBETAVibekollen

Källa

Ollama

37 referat i flödet. Sammanfattningarna är skrivna av Vibekollen — innehållet tillhör Ollama.

ReleaseOllama

v0.33.0

Ollama v0.33.0 förbättrar integreringen med Claude Desktop genom att låta dig växla mellan lokala Ollama-modeller direkt från menyraden. Det finns en ny Apps-vy för att hantera integrationer, och flera tekniska fel åtgärdas — bland annat problem med caching där avbrutna beräkningar nu sparar sin framsteg istället för att börja om från början. Versionen fixar också installationsproblem på Linux och Windows, och förbättrar användarens första gång med programmet.

26 aug. github.com

ReleaseOllama

v0.32.13: qwen3.8: support developer instructions (#17749)

qwen3.8: support developer instructions Qwen3.8 does not define a developer role, while OpenAI-compatible coding agents commonly send developer instructions before user messages. Fold the leading system/developer instruction prefix into a single system turn before Qwen3.8 validation, preserving instruction precedence without changing Qwen3.5 or other renderer behavior. Add streaming tool-call integration coverage for the native Ollama, OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages request shapes. Each case exercises prior assistant tool calls, tool results, follow-up rendering, and parsed tool-call output. Add Qwen3.8 to the release tools sweep. Removes an unnecessary unit test that should not have been included in the original 3.8 PR. review comments

14 aug. github.com

ReleaseOllama

v0.32.12: qwen3.8: add renderer and MLX import support

Qwen3.8 keeps the Qwen3.5 model architecture and parser, but its chat template adds reasoning-effort and preserved-thinking semantics. Detect those template markers during safetensors import, select the qwen3.8 renderer, and cover thinking, tools, continuation, and malformed parser input. Make indexed safetensors imports use the weight map's shard names instead of independently filtering files by the model-* convention. Reject unsafe shard paths, ignore unindexed tensors, and fail when an indexed weight is missing or stored in a different shard. Retain the conservative model-* scan when no index is present. Treat Classification.Quantize as the effective tensor format and pass it to the manifest writer. This records file_type for automatic block-FP8-to-MXFP8 conversion and recognized prequantized inputs, preserves requested quantization and base-plus-draft behavior, and avoids claiming one type for mixed or unknown formats. Normalize both supported convolution weight layouts with an explicit reshape.

14 aug. github.com

ReleaseOllama

v0.32.10

Ollama v0.32.10 är en uppdatering av det verktyg som låter dig köra AI-modeller lokalt på din dator. Ändringar inkluderar att modeller nu per standard är inställda på att inte upprepa sig själva (repeat_penalty ändras från 1.1 till 1.0), vilket gör allt snabbare. Det finns också en hastighetshöjning på 7–8 procent för vissa GPU-accelererade modeller som Qwen3.6 och Muse Glimmer. En bugg reparerades där verifieringen av modellfiler ibland hoppasss över.

13 aug. github.com