Skip to content

Commit 9a135ac

Browse files
authored
fix diagram clarity (#78)
Signed-off-by: Maroon Ayoub <[email protected]>
1 parent 15f0b6a commit 9a135ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ The diagram below shows the primary data flows: the **Read Path** (scoring) and
3131

3232
```mermaid
3333
graph TD
34-
subgraph "Scheduler"
34+
subgraph "Inference Scheduler"
3535
A[Scheduler]
36-
end
3736
38-
subgraph "KV-Cache Manager"
39-
B[KVCache Indexer API]
40-
C[KV-Block Index]
41-
D[Event Subscriber]
37+
subgraph "KV-Cache Manager"
38+
B[`kvcache.Indexer`]
39+
C[`kvblock.Index`]
40+
D[`kvevents.Pool`]
41+
end
4242
end
4343
4444
subgraph "vLLM Fleet"

0 commit comments

Comments
 (0)