返回全部动态

llama.cpp b10250 发布:新增模型解析测试与 HTTP 客户端封装

原标题:b10250

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

AI 摘要

llama.cpp 发布 b10250 版本,主要新增了模型解析测试,通过模拟 Hugging Face 仓库列表和本地 HTTP 服务器,端到端验证了模型解析、分片、mmproj、sidecar 等功能的正确性。同时引入了可移植的环境变量辅助函数和 HTTP 客户端封装,并修复了 Windows 和 TLS 构建下的兼容性问题。

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

正文节选

<details open> tests: add model resolution test on synthetic repo listings (#26172) * tests: add model resolution test on synthetic repo listings Include download.cpp and arg.cpp inside a namespace with hf_cache monkey patched to serve hardcoded listings, so the resolution and the model handler assembly are tested end-to-end through the real CLI parsing, without modifying the tested code and without network access. Covers the primary, shard, mmproj, sidecar and preset resolution on layouts m


发布时间:2026-08-04 10:06
抓取时间:2026-08-04 10:47
来源机构:ggml-org
阅读原文github.com