返回全部动态

llama.cpp b10470 发布:改进标签推送流程并更新多平台构建

原标题:b10470

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

AI 摘要

llama.cpp 发布 b10470 版本,主要更新是改进了发布流程,在 release.yml 中显式创建并推送 git 标签,使标签创建幂等且不依赖 Releases API。该版本提供了适用于 macOS、Linux、Windows、Android 等平台的多种二进制构建,包括 CPU、Vulkan、CUDA、ROCm、OpenVINO、SYCL 等后端。

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

正文节选

<details open> ci : push release tag explicitly in release.yml (#27261) Add a "Create and push git tag" step to the release job, right before the "Create release" step. The tag is created with git tag and pushed with the deploy key already configured by the Clone step, instead of relying on the Releases API (action-create-release) to create it as a side effect. The tag is lightweight, matching all existing b<number> release tags. The step is idempotent: if the tag already exists (e.g. on a re


发布时间:2026-08-17 21:59
抓取时间:2026-08-18 01:20
来源机构:ggml-org
阅读原文github.com