返回全部动态
llama.cpp b10691 发布:修复 Metal F16 矩阵乘法崩溃
原标题:b10691
AI 摘要
llama.cpp 发布 b10691 版本,主要修复了 Metal 后端中 F16 源矩阵乘法(mul_mat/mul_mat_id)的空管线崩溃问题,通过失败关闭和空管线检查确保稳定性。该版本提供了覆盖 macOS、Linux、Windows、Android 等多平台的预编译二进制文件,并支持多种后端(如 Vulkan、CUDA、ROCm、OpenVINO、SYCL 等)。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> metal : fix null-pipeline crash for F16 src1 mul_mat/mul_mat_id (#25648) * metal : fail closed on mul_mat shapes with missing F16 kernels * metal : abort on nil pipeline in encoder_set_pipeline * metal : address review comments * metal : share mul_mat mm dispatch with supports_op </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/43956773> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/g
发布时间:2026-08-30 19:58
抓取时间:2026-08-30 20:29
来源机构:ggml-org