Hoppa till innehåll
VibekollenBETAVibekollen

Källa

Ollama

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

ReleaseOllama

v0.33.3: gemma4: image and audio input support

Safetensors gemma4 imports served by the MLX engine now answer image and audio chats. Images run through both vision architectures: the transformer tower (26B, 31B, e-series) and the 12B's encoder-free unified embedder. Audio arrives through the same intake the ollama API already accepts for gemma4 GGUFs — WAV bytes in the images field, OpenAI input_audio parts, and /v1/audio/transcriptions uploads — with the e2b/e4b checkpoints running clips through their conformer audio encoder and the 12b unified checkpoint embedding the raw waveform directly. Clips longer than 30 seconds are split evenly into chunks of at most 30 seconds, cut at pauses, and encoded independently. Each modality serves only checkpoints that carry it: 26B/31B have no audio config and reject audio input, and checkpoints with an unrecognized vision architecture still load as text-only models and reject image requests. The server previously hid the vision and audio capabilities for gemma4 safetensors because the engine served neither. Both suppressions are removed, and existing imports start advertising the capabilities without re-importing since import already records them.

3 sep. github.com

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