返回全部动态

llama.cpp b10275 发布:修复 Windows OEM 输出解码问题

原标题:b10275

llama.cpp Releases一手来源产品发布质量 63

AI 摘要

llama.cpp 发布 b10275 版本,主要修复了内置工具中 Windows OEM 输出解码为 UTF-8 的问题,确保子进程输出在 JSON 层正确显示,避免字符丢失。该版本提供了多平台(macOS、Linux、Windows、Android 等)的预编译二进制文件。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

<details open> server: decode Windows OEM output to UTF-8 in built-in tools (#26597) a child process writes in the OEM code page, which is not UTF-8 on a western Windows install, so accented output reaches the JSON layer as invalid bytes and gets replaced there, silently losing the characters run() spawns without a console, so the child never inherits the console code page and GetOEMCP is the one that applies decode with MB_ERR_INVALID_CHARS so a wrong code page returns the text untouched in


发布时间:2026-08-05 07:49
抓取时间:2026-08-05 08:40
来源机构:ggml-org
阅读原文github.com