返回全部动态
llama.cpp b10331 发布:修复 get_info 隔离工作目录报告
原标题:b10331
AI 摘要
llama.cpp 发布 b10331 版本,主要修复了 server 端 get_info 接口在配置了工具运行时但未指定工作目录时,错误地报告服务器进程工作目录的问题。现在该接口会向隔离环境查询其工作目录,仅当工具在主机上运行时才保留进程目录。此修复由 Xuan-Son Nguyen 贡献。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> server: report the isolate working directory from get_info (#26773) * server: report the isolate working directory from get_info Without an explicit cwd, get_info fell back to the server process working directory even when a tools runtime was configured. That named a host path no tool would ever run in, since an isolate starts in a directory of its own. It now asks the isolate for its working directory in that case, and keeps the process one only when the tools run on the host
发布时间:2026-08-09 07:26
抓取时间:2026-08-09 07:51
来源机构:ggml-org