PulseAugur
EN
LIVE 11:18:42

Developer creates highly efficient quantized LLM for CPU deployment

A developer has created a custom quantized large language model (LLM) with 250 million parameters, trained on 30 billion tokens. This model is designed for extreme efficiency, deploying at just 60 MB and requiring minimal RAM, allowing it to run on standard laptop CPUs at approximately 400 tokens per second without a GPU. It features a unique long-context mechanism that compresses older tokens to disk, enabling access to up to 100 million tokens of history, though its reasoning capabilities are limited to retrieval from this extended cache. AI

IMPACT This development showcases extreme efficiency in LLM deployment, potentially enabling wider access to AI capabilities on low-resource hardware.

RANK_REASON The item describes a custom-built LLM with novel quantization and deployment techniques, fitting the research category. [lever_c_demoted from research: ic=1 ai=1.0]

Read on r/MachineLearning →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Developer creates highly efficient quantized LLM for CPU deployment

COVERAGE [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Final-Data-1410 ·

    I developed my own quantized LLM from scratch, trained on 30B tokens, deploys in 60 MB [R]

    <!-- SC_OFF --><div class="md"><p>I trained a 250M parameter model from scratch on 30B tokens of fineweb. It’s quantized to under 2 bits so the whole deployment is 60 MB and it needs about 80 MB of RAM to run. Runs around 400 tok/s on a normal laptop CPU, no GPU needed.</p> <p>Ho…