PulseAugur
EN
LIVE 07:39:59

87GB LLM runs on CPU via quantization; vecq tool targets on-device embeddings

A recent benchmark demonstrated that the Qwen3.8-Flash-Next large language model, with a file size of 87.2 GiB, can run on a CPU at a speed of 8.34 tokens per second using the llama.cpp framework. This performance is achieved through 4-bit quantization, which significantly reduces the model's size. The benchmark also revealed that at a context length of 245K, the performance advantage of 96GB of VRAM over 24GB diminishes, and placing the model's embedding table on the GPU drastically improves decode speed. To address similar size constraints for on-device applications, the vecq tool was developed, offering training-free vector quantization that reduces embedding size by up to 4.78x with high recall. AI

IMPACT Demonstrates significant advancements in model quantization and embedding techniques, enabling larger models to run on less powerful hardware and paving the way for on-device AI applications.

RANK_REASON Benchmark and technical discussion of LLM quantization and embedding optimization. [lever_c_demoted from research: ic=1 ai=1.0]

Read on dev.to — LLM tag →

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

87GB LLM runs on CPU via quantization; vecq tool targets on-device embeddings

How we ranked this

Signal score
50 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Benchmark and technical discussion of LLM quantization and embedding optimization. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
infra, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Anaz S. Aji ·

    An 87GB model ran on a CPU at 8 tok/s. Quantization did that.

    <p>Someone on r/LocalLLaMA benchmarked Qwen3.8-Flash-Next in llama.cpp from CPU-only all the way to 96GB of VRAM. The model file is 87.2 GiB. On a plain CPU it decodes at 8.34 tok/s. With the full 96GB, 109 tok/s.</p> <p>The number that looks like a party trick is the CPU one. It…