返回全部动态

llama.cpp b11191 修复 Windows Unicode 路径目录创建问题

原标题:b11191

llama.cpp Releases一手来源开源质量 49

AI 摘要

llama.cpp 发布 b11191 版本,主要修复了 common 和 rpc 模块中 fs_create_directory_with_parents() 函数在 Windows 上处理部分 Unicode 路径时失效的问题。修改后,不带尾部路径分隔符的路径也会创建最后一级目录,与函数名语义一致;由于现有调用方均带尾部分隔符,因此不受影响。该提交由 Adrien Gallouët 提交,同时发布了覆盖 macOS、Linux、Windows、Android 等多平台多后端的预编译二进制包。

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

正文节选

<details open> common,rpc : simplify fs_create_directory_with_parents() (#29432) The original function was broken on Windows for some unicode paths Paths without a trailing separator now create the last directory too, matching the function name. All current callers already include a trailing separator, so this change does not affect them. Signed-off-by: Adrien Gallouët <angt@huggingface.co> </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llam


发布时间:2026-09-26 04:26
抓取时间:2026-09-26 05:04
来源机构:ggml-org
阅读原文github.com