Switch language한국어
Back to the list

Unweight: how we compressed an LLM 22% without sacrificing quality

TL;DR AI

Key summary

2 min read
  1. Cloudflare introduced Unweight, a lossless LLM weight-compression system that cuts model size by 15% to 22%.

  2. On Llama-3.1-8B, it saves about 3 GB of VRAM while preserving outputs.

  3. The system uses on-chip decompression and workload-specific execution strategies on NVIDIA H100 GPUs.

  4. By shrinking weights without changing quality, Cloudflare can serve more models per GPU, lowering costs and improving inference speed.

Read the original