返回全部动态

llama.cpp b10310 发布:修复 aarch64 fp16 检测并更新多平台支持

原标题:b10310

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

AI 摘要

llama.cpp 发布 b10310 版本,主要修复了 aarch64 架构下 HWCAP 回退逻辑和 fp16 变体检测问题,要求 HWCAP_ASIMDHP 支持 fp16 CPU 变体,并重命名 has_fp16_va 为 has_fp16。该版本提供了多平台预编译二进制文件,包括 macOS、Linux、Windows、Android 等,并支持多种后端如 Vulkan、CUDA、ROCm 等。

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

正文节选

<details open> ggml : add aarch64 HWCAP fallbacks and fix fp16 variant detection (#25554) * ggml : add fallback definitions for missing aarch64 HWCAP bits * ggml : require HWCAP_ASIMDHP for the aarch64 fp16 cpu variants Also rename has_fp16_va to has_fp16, the field gates the whole FEAT_FP16 extension, scalar and vector half-precision arithmetic together. </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/rele


发布时间:2026-08-07 22:59
抓取时间:2026-08-07 22:59
来源机构:ggml-org
阅读原文github.com