返回全部动态
llama.cpp b10289 发布:强化文件搜索与路径处理
原标题:b10289
AI 摘要
llama.cpp 发布 b10289 版本,主要强化了 server 的文件搜索功能,包括修复 Windows 符号链接和挂载点遍历问题、处理不可读目录、优化路径转换,并改进了 UI 缓存过期机制。该版本还提供了多平台二进制下载。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> server: harden the file_glob_search directory walk (#26626) * server: don't walk Windows junctions in file_glob_search std::filesystem reports a junction as a plain directory, so the symlink guard misses it and a junction pointing back at an ancestor is walked until the path length gives out read the reparse tag and treat a symlink and a mount point as links, leaving any other reparse point walkable so cloud placeholders and dedup stubs still get searched look junk directory
发布时间:2026-08-06 04:02
抓取时间:2026-08-06 21:02
来源机构:ggml-org