2 comments

[ 2.9 ms ] story [ 10.5 ms ] thread
I think the paged attention part is a bit oversimplified. Nice read otherwise!
Author here. I wanted to understand what vLLM and llama.cpp are actually doing under the hood, but the codebases are massive. So I wrote a stripped down version from scratch to see the core ideas without the production complexity.

Code: https://github.com/Anirudh171202/WhiteLotus