返回全部动态
llama.cpp b10235 发布,新增 Metal SILU_BACK 支持
原标题:b10235
AI 摘要
llama.cpp 发布 b10235 版本,主要新增了 Metal 后端对 SILU_BACK 操作的支持,该操作针对 f32 类型实现,并移除了冗余断言。此版本提供了适用于 macOS、Linux、Windows、Android 等多个平台的预编译二进制文件。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> metal : add SILU_BACK (#25982) * feat(silu_back): implemented silu_back op for f32 * fix(silu_back): removed redundant asserts in ggml-metal-ops.cpp function ggml_metal_op_silu_back. </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10235/llama-b10235-bin-macos-arm64.tar.gz) - macOS Apple Silicon (arm64, KleidiAI enabled) [DISABLED](https://github.com/ggml-org/llama.cpp/pull/2
发布时间:2026-08-03 05:02
抓取时间:2026-08-03 05:52
来源机构:ggml-org