PulseAugur
实时 03:50:17
(CA) v0.30.1: llm: ignore llama-server SSE ping comments (#16443)

Ollama v0.30.1 修复 llama.cpp 流的 SSE 解析

Ollama 发布了 0.30.1 版本,该版本解决了系统将非数据 Server-Sent Events (SSE) 错误地解析为 JSON 的问题。此更新专门针对 llama.cpp 集成,防止系统将空闲的 SSE ping 视为有效的 JSON,从而改进流处理。 AI

影响 Ollama 的次要错误修复,提高了运行 llama.cpp 模型用户的稳定性。

排序理由 这是对一个工具的次要软件更新,而不是核心 AI 模型发布或重大的行业事件。

在 Ollama — Releases 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Ollama v0.30.1 修复 llama.cpp 流的 SSE 解析

报道来源 [1]

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

    v0.30.1: llm: 忽略 llama-server SSE ping 注释 (#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>