What does Attention sinks mean in inference serving?
Attention sinks are retained early tokens that receive attention after later tokens move through a sliding window. Keeping those tokens can stabilize generation for models that exhibit this behavior. The runtime preserves selected initial positions while evicting older non-sink positions. The retained count and its effectiveness vary by model and require validation.