Tag: Long Context

4 articles

  • Explains the Attention Sink phenomenon, how StreamingLLM retains initial sink tokens and a recent window to reduce GPU memory pressure without fine-tuning, and provides production deployment boundaries, monitoring metrics, and a go-live checklist.

  • Long contexts and agentic requests shift LLM inference bottlenecks from single-card throughput to tail-latency governance. This post dives into Prefill-Decode disaggregation, KV cache transfer, resource planning, and a pre-launch checklist to move LLM serving from 'working' to stable and scalable.

  • Long contexts and agentic requests shift the LLM inference bottleneck from single-GPU throughput to tail-latency management. This article dives into the principles, trade-offs, KV cache transfer, resource planning, and a go-live checklist for Prefill-Decode disaggregation.