Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
Dev.to AI · 2026/8/1 09:03:54

llama.cpp b10217 Debuts Tool Calling — Plus DeepSeek GGUF & NVIDIA SDKs

AI 中文解读
llama.cpp这次更新给本地AI装上了"工具箱"!最新版本b10217让AI在对话中能主动调用外部工具,相当于从"只会聊天"升级成"会办事"的智能助手。以往需要云端才能实现的复杂操作,现在在自家电脑显卡上就能完成,这对普通用户来说是个大惊喜。 通俗讲,以前本地AI就像个博学但只会动嘴的顾问,现在却多了双手——它可以自己查资料、算数据、操作其他软件。比如你问它"帮我查下明天天气再订个提醒",它能直接联网获取信息并调用日历应用。这得益于llama.cpp这个开源项目,它专门让大模型在普通电脑上高效运行,这次更新让消费级显卡也能跑起"工具型"AI。 对普通人来说,这意味着AI应用门槛进一步降低。未来你不需要把数据传到云端,就能拥有一个会干活的私人助理。开发者更受益,他们可以基于这个功能打造本地智能家居助手、自动化办公程序,甚至离线客服机器人。同时,DeepSeek新模型也发布了GGUF格式,配合英伟达新SDK,本地AI的速度和实用性都会明显提升。总之,AI正在从"聊天机器人"进化为"数字管家",而且这一切正在走进你的电脑。
<p>Today's digest highlights significant updates, with llama.cpp's b10217 release introducing new tool calling capabilities. DeepSeek's V4-Flash model also landed as GGUF, alongside new NVIDIA SDKs for CUDA Python and video codecs, and an update to the Reckless Rust chess engine.</p> <h2> Local AI &amp; Open Models </h2> <p><em>This week sees key updates for local AI inference with llama.cpp b10217 enabling tool calls in chat and the Reckless chess engine reaching v0.9.0. Additionally, the DeepSeek-V4-Flash-0731 model is now available in GGUF format, making high-performance local inference more accessible on consumer GPUs.</em></p> <h3> llama.cpp b10217 Debuts Tool Calling in Chat (llama.cpp) </h3> <p>Source: <a href="https://github.com/ggml-org/llama.cpp/releases/tag/b10217" rel="noopener noreferrer">llama.cpp</a></p> <p>The latest update to llama.cpp, version b10217, introduces a notable enhancement for chat applications by enabling tool call functionality within the thinking phase for DS4 models. This feature allows models to leverage external tools or APIs during their generation process, moving beyond simple text generation to more complex, agent-like behaviors directly within the efficient llama.cpp runtime. The update is part of the ongoing evolution of llama.cpp, a foundational project for running large language models locally on consumer hardware, including macOS Apple Silicon and Linux systems.</p> <p>While the summary specifically mentions <code>chat : enable tool call in thinking for DS4 ( #26269 )</code>, implying a specialized capability, this addition is significant for developers looking to integrate LLMs with external services or build sophisticated local agents. The ability to invoke tools dynamically can greatly expand the utility of models running on resource-constrained devices, allowing them to perform tasks like fetching real-time data, performing calculations, or interacting with other software components. This release continues llama.cpp's commitment to advancing local AI inference, providing users with more powerful and versatile tools.</p> <blockquote> <p>Adding tool call capabilities directly within llama.cpp chat models is a game-changer for building sophisticated local agents. It drastically expands what can be done on a consumer GPU without relying on cloud APIs for tool orchestration.</p> </blockquote> <h3> Reckless Chess Engine v0.9.0 Ships, Advancing Rust-Based Competitive AI (Reckless (Rust chess)) </h3> <p>Source: <a href="https://github.com/codedeliveryservice/Reckless/releases/tag/v0.9.0" rel="noopener noreferrer">Reckless (Rust chess)</a></p> <p>The competitive chess engine, Reckless, has announced the release of version 0.9.0, marking a significant milestone for this Rust-based project. This update provides pre-built binaries for Windows, Linux, and macOS, making it readily accessible for enthusiasts and competitive players to download and utilize. As a first-class story in the realm of game AI, this release underscores the project's maturity and its growing presence in the competitive chess engine landscape, standing alongside established names like Stockfish and Leela Chess Zero.</p> <p>The development of Reckless, particularly its implementation in Rust, is of interest to developers for its focus on performance and memory safety, key attributes for high-performance computing tasks such as chess AI. While the specific changelog details for v0.9.0 aren't fully outlined in the summary, a major version increment typically implies substantial improvements in evaluation, search algorithms, or overall engine strength. For local AI and open models, Reckless exemplifies how advanced AI, utilizing complex neural network evaluation functions (NNUE) or sophisticated search algorithms, can be developed and deployed on consumer-grade hardware, providing a tangible example of cutting-edge AI runnable locally.</p> <blockquote> <p>A new stable release for a Rust-bas
分享
阅读原文