Together AI Open-Sources OSCAR: An Attention-Aware 2-Bit KV Cache Quantization System for Long-Context LLM Serving
Quick Take
Together AI has introduced OSCAR, a 2-bit KV cache quantization system that enhances long-context LLM serving. It achieves a 3.78-point reduction in BF16 accuracy gap on Qwen3-4B-Thinking-2507 and 1.42 points on Qwen3-8B, while offering an 8× reduction in KV memory and up to 3× decode speedup at 100K context length.
Key Points
- OSCAR uses attention-aware covariance structures for optimized KV cache quantization.
- It operates at 2.28 bits per KV element, significantly reducing memory usage.
- The system provides a substantial decode speedup, improving performance for long-context tasks.
- Benchmark results show notable accuracy improvements for Qwen3 models.
- OSCAR is open-sourced, allowing broader access for LLM developers.
Article Excerpt
From source RSS / original summaryTogether AI has released OSCAR (Offline Spectral Covariance-Aware Rotation), an INT2 KV cache quantization method for long-context LLM serving. Unlike prior rotation-based approaches that apply data-oblivious Hadamard transforms, OSCAR derives separate rotations for keys and values from attention-aware covariance structures estimated offline. At 2. 28 bits per KV element, OSCAR reduces the BF16 accuracy gap to 3. 78 points on Qwen3-4B-Thinking-2507 and 1.
42 points on Qwen3-8B, while delivering approximately 8× KV memory reduction and up to 3× decode speedup at 100K context length. The post Together AI Open-Sources OSCAR: An Attention-Aware 2-Bit KV Cache Quantization System for Long-Context LLM Serving appeared first on MarkTechPost.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from MarkTechPost
See more →
Perplexity AI Open-Sources Unigram Tokenizer That Achieves 5x Lower p50 Latency Than Hugging Face tokenizers Crate
Perplexity AI has released a rewritten Unigram tokenizer that significantly reduces reranker latency by achieving 5-6x lower p50 latency compared to Hugging Face's tokenizers. This advancement also leads to a substantial decrease in production CPU utilization, benefiting developers and companies relying on efficient tokenization in their AI applications.
