<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: idkcallme</title>
    <description>The latest articles on Forem by idkcallme (@idkcallme).</description>
    <link>https://forem.com/idkcallme</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3376926%2F63b740fa-15d7-46db-afc5-a5a53f79c8ec.png</url>
      <title>Forem: idkcallme</title>
      <link>https://forem.com/idkcallme</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/idkcallme"/>
    <language>en</language>
    <item>
      <title>Just finished my GGUF-Shard</title>
      <dc:creator>idkcallme</dc:creator>
      <pubDate>Tue, 22 Jul 2025 01:59:28 +0000</pubDate>
      <link>https://forem.com/idkcallme/just-finished-my-gguf-shard-pkd</link>
      <guid>https://forem.com/idkcallme/just-finished-my-gguf-shard-pkd</guid>
      <description>&lt;p&gt;I'm happy to announce my latest open‑source project Sharded Suite&lt;br&gt;
it's sharding + caching system that lets you load &lt;strong&gt;70‑billion‑parameter&lt;/strong&gt; language models on a single 24 GB GPU without quantization or multi‑GPU setups.&lt;/p&gt;

&lt;p&gt;it works like this:&lt;/p&gt;

&lt;p&gt;Page‑level sharding&lt;br&gt;&lt;br&gt;
   The model file is sliced into tiny 4 KB “pages,” each with its own CRC checksum.&lt;/p&gt;

&lt;p&gt;Atlas GPU cache &lt;br&gt;
   A CUDA LRU cache keeps only the hot pages in VRAM and streams the rest from disk.&lt;/p&gt;

&lt;p&gt;Zero‑copy, hardware CRC&lt;br&gt;
   Integrity is verified on‑GPU at ~0.03 ms per page, so there’s practically no overhead.&lt;/p&gt;

&lt;p&gt;allowing to save 7‑10× VRAM while holding 85‑95 % of the original throughput.&lt;br&gt;&lt;br&gt;
it's on my GitHub &lt;a href="https://github.com/idkcallme/Sharded-Suite.git" rel="noopener noreferrer"&gt;https://github.com/idkcallme/Sharded-Suite.git&lt;/a&gt; &lt;br&gt;
I got a few ideas on what to do with it, but I would love if I can get ideas on what to improve or more of what I can use it for.&lt;/p&gt;

&lt;p&gt;So, for I can use it for &lt;br&gt;
Running LLaMA‑style model locally for research/tinkering and cutting cloud GPU costs by swapping gigantic instances for a single GPU box.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>deeplearning</category>
      <category>cuda</category>
    </item>
  </channel>
</rss>
