<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Caterpillar benchmark CLI and HTTP command reference]]></title><description><![CDATA[<h1>Caterpillar benchmark CLI and HTTP guide</h1>
<p dir="auto">The provider flag is explicit and verified. The health response and artifact<br />
must both report <code>runtimeProvider: caterpillar</code>; the harness fails on a<br />
provider mismatch.</p>
<pre><code class="language-powershell">npm run bench:native:http -- `
  --provider caterpillar `
  --model llama-3.2-3b-instruct `
  --gguf "$env:USERPROFILE\.lizard-llm\models\llama-3.2-3b-instruct.gguf" `
  --batch "16,8,4,1" `
  --tokens 64 `
  --label caterpillar-llama32-same-weights-http
</code></pre>
<p dir="auto">Use <code>--skip-llama</code> for Caterpillar-only tuning. Verify the runtime provider<br />
before interpreting any number.</p>
<h2>Adaptive concurrency</h2>
<p dir="auto">The native policy uses <strong>B=16 as the aggregate-throughput target</strong> and <strong>B=8 as<br />
the normal secondary lane</strong>. B=4 and B=1 are used only when both primary lanes<br />
are unavailable. Automatic result selection chooses the faster successful<br />
B=16/B=8 measurement; a failed or token-unmeasured lane is never promoted.</p>
<h2>What a valid llama.cpp ratio requires</h2>
<p dir="auto">The candidate and control must load the <strong>same physical GGUF file</strong>. Keep the<br />
model, quantization, prompt, output token budget, concurrency, warm-up and<br />
machine conditions fixed. A Llama 3.2 candidate cannot be compared with a Gemma<br />
control. The HTTP harness refuses a mismatched canonical path.</p>
<p dir="auto">The artifact records provider identity, candidate/control paths, completion and<br />
failure counts, aggregate completion tokens per second, full-response latency,<br />
lane selection and provenance. The current non-streaming harness does not claim<br />
TTFT or TPOT.</p>
<h2>Read the complete command reference</h2>
<p dir="auto">The public guide includes copy buttons, parameters, output interpretation,<br />
throughput and latency runs, serving, offline and online checks, repeated-prefix<br />
workloads, sequence-length and stress runs, production checks, and current<br />
multi-GPU/tensor-parallel/data-parallel limitations:</p>
<p dir="auto"><a href="https://lizard-llm.qendryx.com/benchmark-cli.html" rel="nofollow ugc">https://lizard-llm.qendryx.com/benchmark-cli.html</a></p>
<p dir="auto">Benchmark methodology and screenshots: <a href="https://lizard-llm.qendryx.com/benchmarks.html" rel="nofollow ugc">https://lizard-llm.qendryx.com/benchmarks.html</a><br />
Technical architecture: <a href="https://lizard-llm.qendryx.com/technical-overview.html" rel="nofollow ugc">https://lizard-llm.qendryx.com/technical-overview.html</a></p>
]]></description><link>https://community.lizard-llm.qendryx.com/topic/47/caterpillar-benchmark-cli-and-http-command-reference</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 01:31:08 GMT</lastBuildDate><atom:link href="https://community.lizard-llm.qendryx.com/topic/47.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Jul 2026 16:30:41 GMT</pubDate><ttl>60</ttl></channel></rss>