gdiamos
4 hours ago
vLLM is originally marketed as paged attention, but in hindsight, separating the web server and GPU process, continuous batching, kv caching / chunking, and a huge model library including low precision mattered more.
I wonder how much it would cost to vibe code the whole thing from scatch?
I wonder how much better models need to get before such a thing wouldn't look like code vomit?
boredatoms
23 minutes ago
Somewhat related, this vibe translation of vllm
https://old.reddit.com/r/LocalLLaMA/comments/1vh9lx4/i_porte...
mmastrac
3 hours ago
I've been working on a fresh, AI assisted port of DiffusionGemma from scratch and it takes a significant amount of time to deslop. I've spend a nonzero amount of time on refactoring and comment-vomit cleanup.