<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Llama.cpp on Agent Zone</title><link>https://agent-zone.ai/tools/llama.cpp/</link><description>Recent content in Llama.cpp on Agent Zone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 25 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://agent-zone.ai/tools/llama.cpp/index.xml" rel="self" type="application/rss+xml"/><item><title>An End-to-End Workflow for Evaluating &amp; Tuning Local LLMs for Agents</title><link>https://agent-zone.ai/knowledge/agent-tooling/local-llm-evaluation-workflow/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/agent-tooling/local-llm-evaluation-workflow/</guid><description>&lt;blockquote class='book-hint '&gt;
&lt;p&gt;&lt;strong&gt;Decision-first:&lt;/strong&gt; Follow this order and you&amp;rsquo;ll have a deployable model + tuned config in days, not weeks: (1) scope the hardware, (2) shortlist by &lt;em&gt;active&lt;/em&gt; params, (3) per-model OFAT matrix, (4) run &lt;strong&gt;serially&lt;/strong&gt; with an OOM guard (&lt;strong&gt;smoke first&lt;/strong&gt;), (5) write a finding card per model, (6) decide. The expensive mistakes are skipping the smoke step, sweeping more than one factor at once, and trusting a single run.&lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote class='book-hint '&gt;
&lt;p&gt;&lt;strong&gt;Scope &amp;amp; freshness:&lt;/strong&gt; Process is model/hardware-independent; the worked numbers are from a 2026-05 effort on a GB10 (128 GB) + an Apple-Silicon Mac, evaluating local MoE models vs cloud baselines for agentic coding. Re-validate the &lt;em&gt;findings&lt;/em&gt;, not the &lt;em&gt;workflow&lt;/em&gt;.&lt;/p&gt;</description></item><item><title>Running Local LLMs on the NVIDIA GB10 (DGX Spark / ASUS Ascent GX10)</title><link>https://agent-zone.ai/knowledge/infrastructure/running-llms-on-nvidia-gb10-dgx-spark/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/infrastructure/running-llms-on-nvidia-gb10-dgx-spark/</guid><description>&lt;blockquote class='book-hint '&gt;
&lt;p&gt;&lt;strong&gt;Decision-first:&lt;/strong&gt; On a GB10, pick &lt;strong&gt;low-active MoE&lt;/strong&gt; models (A3B-class), serve &lt;strong&gt;GGUF&lt;/strong&gt; (not MLX) via LM Studio, run &lt;strong&gt;one model at a time&lt;/strong&gt; behind an OOM guard, and monitor GPU via DCGM but read the &lt;strong&gt;model footprint from system RAM&lt;/strong&gt; (no framebuffer metrics). Dense 70B is unusable (~2-3 tok/s).&lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote class='book-hint '&gt;
&lt;p&gt;&lt;strong&gt;Scope &amp;amp; freshness:&lt;/strong&gt; GB10 / Grace-Blackwell, 128 GB unified, DCGM 4.5.3 + driver 580-class, as of 2026-05-25. Re-check the DCGM profiling/framebuffer gaps after a driver/DCGM bump (≥585).&lt;/p&gt;</description></item><item><title>Tuning Local LLMs for Agentic Coding: Sampling, Reasoning, and Budgets</title><link>https://agent-zone.ai/knowledge/agent-tooling/tuning-local-llms-sampling-reasoning-budgets/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/agent-tooling/tuning-local-llms-sampling-reasoning-budgets/</guid><description>&lt;blockquote class='book-hint '&gt;
&lt;p&gt;&lt;strong&gt;Decision-first:&lt;/strong&gt; Per new model, sweep temperature (don&amp;rsquo;t assume 0.3), try reasoning &lt;strong&gt;off&lt;/strong&gt; for builders, test &lt;code&gt;echo_reasoning&lt;/code&gt; &lt;strong&gt;both ways&lt;/strong&gt;, and on &lt;code&gt;budget_exceeded&lt;/code&gt; check turns-vs-tokens before changing either. The right config is model-specific — assume nothing.&lt;/p&gt;
&lt;/blockquote&gt;&lt;blockquote class='book-hint '&gt;
&lt;p&gt;&lt;strong&gt;Scope &amp;amp; freshness:&lt;/strong&gt; Local + cloud models for agentic coding, 2026-05. Findings are per-model (see the specific models named); treat them as examples of &lt;em&gt;shape&lt;/em&gt;, not universal constants — re-sweep for any new model.&lt;/p&gt;</description></item></channel></rss>