Switch language한국어
Back to the list

Together AI Open-Sources OSCAR: An Attention-Aware 2-Bit KV Cache Quantization System for Long-Context LLM Serving

TL;DR AI

Key summary

2 min read
  1. Together AI open-sourced OSCAR, a 2-bit KV-cache quantization method for long-context LLM serving.

  2. OSCAR uses attention statistics to pick rotations for keys and values, reducing the accuracy drop seen in earlier INT2 methods.

  3. The approach is designed to work with paged serving systems such as SGLang, preserving production-friendly cache layouts.

  4. By shrinking KV-cache memory and traffic, OSCAR could enable larger batches and more efficient GPU serving.

Read the original