Skip to content

Commit bad0612

Browse files
authored
docs: mermaid chart for kv cache manager on 'llm-d.ai' (#93)
Signed-off-by: Zerohertz <[email protected]>
1 parent 641f081 commit bad0612

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
@@ -47,13 +47,13 @@ graph TD
4747
G[...]
4848
end
4949
50-
A -->|"(1) Score(prompt, pods)"| B
51-
B -->|"(2) Query Index"| C
52-
B -->|"(3) Return Scores"| A
50+
A--"(1) Score(prompt, pods)"-->B
51+
B--"(2) Query Index"-->C
52+
B--"(3) Return Scores"-->A
5353
54-
E -->|"(A) Emit KVEvents"| D
55-
F -->|"(A) Emit KVEvents"| D
56-
D -->|"(B) Update Index"| C
54+
E--"(A) Emit KVEvents"-->D
55+
F--"(A) Emit KVEvents"-->D
56+
D--"(B) Update Index"-->C
5757
```
5858
**Read Path:**
5959
- (1) **Scoring Request**: A scheduler asks the **KVCache Indexer** to score a set of pods for a given prompt

0 commit comments

Comments
 (0)