llama-cpp-audit
仓库创建 2026年1月20日最近提交 22 天前SkillHot 收录 21 天前
▸ 精选理由
判断是否需要更新以获得模型兼容性或修复
▸ 风险提示
可能访问网络以获取最新发布或读取本地二进制,需注意权限
这个 Skill 做什么
检测本地 llama.cpp 版本并与最新发布与变更日志比对
自动检测服务器上本地的 llama.cpp 版本,跟最新 release 和 changelog 做对比,并重点标注 MODELS.md 中相关模型的改动。用在想知道是否要升级或想了解版本差异与风险时,会给出是否更新的建议和关键变更要点。特别适合在维护私有模型部署时做决策参考,省去手动比对的麻烦。
▸ 展开 SKILL.md 英文原文
Audits the current llama.cpp version on the server, compares it with the latest release, and highlights relevant changelogs for models defined in MODELS.md. Use this when the user wants to know if they should update llama.cpp or to understand the differences between their current version and the latest one.
3
Stars
0
Forks
14
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ton-anywhere/my-favorite-prompts/main/skills/llama-cpp-audit/llama-cpp-audit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ton-anywhere/my-favorite-prompts/main/skills/llama-cpp-audit/llama-cpp-audit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# llama-cpp-audit This skill automates the process of determining if your `llama.cpp` installation is up-to-date and what improvements you might be missing, specifically tailored to the models you are currently running. ## Overview Use this skill to get a data-driven recommendation on whether to update your `llama.cpp` installation. It compares your active server version against the latest official releases and filters the changelogs to highlight what actually matters for your specific models (e.g., Qwen3.6, LFM2.5, Gemma 4). ## Workflow 1. **Identify Current Version**: - The agent will check the running processes on the `ai-server` to find the active `llama-server` binary. - It w
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有