返回全部动态
llama.cpp b10798 发布:构建信息输出可配置
原标题:b10798
AI 摘要
llama.cpp 发布 b10798 版本,主要更新是让构建信息输出流可配置,llama_print_build_info 函数现在接受调用者提供的 FILE* 参数,默认仍为 stderr,但 llama-app 的版本命令改为输出到 stdout。该版本提供了适用于 macOS、Linux、Windows、Android 等多个平台的预编译二进制文件,并支持多种后端如 Vulkan、CUDA、ROCm 等。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> common : make build info output stream configurable (#28322) Let llama_print_build_info write to a caller-provided FILE* instead of hardcoding stderr. The parameter defaults to stderr so existing callers keep their current behavior. The version command in llama-app now passes stdout, so plain version output goes to stdout where users expect it. Signed-off-by: Adrien Gallouët <angt@huggingface.co> </details> **Website:** - <https://llama.app> **Attestations:** - <https://git
发布时间:2026-09-04 23:03
抓取时间:2026-09-04 23:09
来源机构:ggml-org