<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PowerInfer on SoloSoft</title><link>https://www.solosoft.dev/tags/powerinfer/</link><description>Recent content in PowerInfer on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/powerinfer/index.xml" rel="self" type="application/rss+xml"/><item><title>PowerInfer: High-Speed LLM Inference on Consumer GPUs via CPU-GPU Hybrid Design</title><link>https://www.solosoft.dev/post/powerinfer-llm-inference-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/powerinfer-llm-inference-2026/</guid><description>&lt;p&gt;Running large language models locally has always been constrained by a hard wall: GPU memory. A 175-billion parameter model in FP16 requires approximately 350GB of VRAM &amp;ndash; far beyond the 24GB available on consumer GPUs like the RTX 4090. Server-grade solutions exist (A100, H100), but they cost tens of thousands of dollars. &lt;strong&gt;PowerInfer&lt;/strong&gt;, developed by Tiiny-AI (formerly from Shanghai Jiao Tong University), smashes through this wall with a clever insight that exploits a fundamental property of how neural networks actually compute.&lt;/p&gt;
&lt;p&gt;The insight is called &lt;strong&gt;activation locality&lt;/strong&gt;: for any given input token, only a small fraction of a model&amp;rsquo;s neurons are active. The rest are essentially idling. PowerInfer exploits this by pre-analyzing the model to identify which neurons are &amp;ldquo;hot&amp;rdquo; (frequently activated) and which are &amp;ldquo;cold&amp;rdquo; (rarely activated). Hot neurons are kept on the GPU for fast access; cold neurons remain in CPU memory and are only loaded when needed.&lt;/p&gt;</description></item></channel></rss>