We're back with @vllm_project office hours this Thursday, August 6!
We'll share:
๐ What's new in vLLM 0.26
๐ A winning project from a recent vLLM hackathon
โก A deep dive into Mooncake + vLLM/llm-d, the infra behind 80% of Kimi's traffic, and how its distributed KV cache pool
Accelerating AI innovation with open platforms and community.
The future of AI is open.
Joined May 2018
- Unmonitored AI training jobs cost time and compute. Progress tracking in Red Hat OpenShift AI brings real-time visibility to every training step, helping teams protect investments and optimize hybrid cloud performance. See how to maximize every GPU hour:
- A coding agent's turn is mostly reading. Across 219 real Claude Code sessions from @SemiAnalysis_, the median request sends 195K tokens in and 317 out, and 96% of turns reuse at least 90% of their prior context. 98.6% of all tokens served are input. That's the workload @_llm_d_
- Most RAG configs are a guess: grab a chunk size from a tutorial, set top-k high to be safe, ship it. On a small model that backfires, it pulls the wrong number out of a pile of lookalikes. AutoRAG sweeps the settings and scores retrieval with no LLM calls, so testing 144 configs
- Same model, same two H100s. The only thing that changes is precision. Llama 3 70B at FP8 instead of FP16: throughput goes from 158 to 474 tokens/sec, and time-to-first-token under load drops from ~30s to under 5s. @cedricclyburn guide walks through how quantization gets you



