返回全部动态

llama.cpp b10424 发布:改进 DFlash 日志输出

原标题:b10424

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

AI 摘要

llama.cpp 发布 b10424 版本,主要改进了 DFlash 架构中 target_layer_ids 的日志输出格式,使其更清晰易读。该版本提供了适用于 macOS、Linux、Windows、Android 等多个平台的预编译二进制文件,并支持多种后端如 Vulkan、CUDA、ROCm 等。

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

正文节选

<details open> dflash : clarify output logging of target_layer_ids (#27013) This commit tries to make the logging of target_layer_ids a bit clearer and easier to read. Currently the output generated looks like this: ```console 0.00.468.624 D load_arch_hparams: DFlash extract_layers = [0.00.468.626 D 2, 0.00.468.626 D 6, 0.00.468.626 D 20, 0.00.468.626 D 30, 0.00.468.627 D 42, 0.00.468.627 D 520.00.468.627 D ] ``` With the changes in the commit the output will be: ```console 0.00.522.765 D l


发布时间:2026-08-14 13:44
抓取时间:2026-08-14 13:52
来源机构:ggml-org
阅读原文github.com