PulseAugur
EN
LIVE 03:10:56

Ollama v0.30.1 fixes SSE parsing for llama.cpp streams

Ollama has released version 0.30.1, which addresses an issue where the system incorrectly parsed non-data Server-Sent Events (SSE) as JSON. This update specifically targets the llama.cpp integration, preventing the system from treating idle SSE pings as valid JSON, thereby improving stream processing. AI

IMPACT Minor bug fix for Ollama, improving stability for users running llama.cpp models.

RANK_REASON This is a minor software update for a tool, not a core AI model release or significant industry event.

Read on Ollama — Releases →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Ollama v0.30.1 fixes SSE parsing for llama.cpp streams

COVERAGE [1]

  1. Ollama — Releases TIER_1 (CA) · dhiltgen ·

    v0.30.1: llm: ignore llama-server SSE ping comments (#16443)

    <p>llama.cpp b9478 added a default 30s SSE ping that emits colon-only comment frames (":\n\n") while streamed requests are idle; Ollama treated non-data SSE lines as JSON, so skip SSE comments in completion and chat streams.</p>