<?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[What lizard-native is, and when Lizard picks it]]></title><description><![CDATA[<p dir="auto"><strong>lizard-native</strong> is the engine that runs your model on your graphics card.</p>
<p dir="auto">It loads the model's weights into GPU memory once and keeps them there. That's the whole trick: the model stays resident, so after the first load, answers start almost immediately instead of re-reading gigabytes from disk every time.</p>
<p dir="auto"><strong>Lizard chooses it automatically when:</strong></p>
<ul>
<li>you have a DirectX 12 graphics card (including built-in Intel Iris Xe), and</li>
<li>the model actually fits in that card's memory alongside everything else running.</li>
</ul>
<p dir="auto"><strong>What you'll notice:</strong></p>
<ul>
<li>First load takes a few seconds while shaders compile. That result is cached on disk, so every load after is near-instant — even for a different model, or after restarting.</li>
<li>Memory use is lower than you'd expect for the file size, because of how the weights are packed.</li>
</ul>
<p dir="auto"><strong>If it isn't being used</strong>, it's usually one of two things: no DirectX 12 adapter, or the model is bigger than the card. Lizard then hands the work to Caterpillar instead — that's by design, not a failure.</p>
<p dir="auto">More detail: <a href="https://lizard-llm.qendryx.com/product.html" rel="nofollow ugc">https://lizard-llm.qendryx.com/product.html</a></p>
<p dir="auto">What card are you running, and what does your first-load time look like?</p>
]]></description><link>https://community.lizard-llm.qendryx.com/topic/3/what-lizard-native-is-and-when-lizard-picks-it</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 03:19:03 GMT</lastBuildDate><atom:link href="https://community.lizard-llm.qendryx.com/topic/3.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Jul 2026 10:50:00 GMT</pubDate><ttl>60</ttl></channel></rss>