5 comments

[ 2.5 ms ] story [ 20.0 ms ] thread
High speed improvement (4x) with low quality loss (2%). Sounds promising.
Seeing frameworks like this pop up reminds me how much the LLM ecosystem is moving toward more modular and hardware-aware solutions. Performance at lower compute cost will be key as adoption spreads past tech giants. Curious to see how devs plug this into real-time apps; so much room for lightweight innovation now.
From the results in Figure 5, it appears that this would only be advantageous for long long contexts.

In particular, it is slower when used with <30k token context.

Love it, they're teaching LLMs how to skim texts properly, which is exactly the right approach for handling long contexts.
skimmed the paper - how well does this plug into real serving stacks (paged-kv, vllm, speculative decoding, caching)? layer-wise top-k chunk voting sounds compatible, but does it fight with RoPE scaling or sliding-window kv eviction policies?