Snapshotmain · d3589a7
How serving requests become continuously scheduled batches that reuse prefix KV state and stream decoded tokens.
Click a building or route
System map8 components · 9 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
Radix cacheA prefix tree mapping token sequences to reusable KV cache entries.
How to study this repo
- 1Trace one request
Follow HTTP input through tokenization, scheduling, TPWorker execution, detokenization, and streaming.
- 2Compare prefix hit and miss
Read scheduler and radix-cache state changes for two prompts that share a long prefix.