You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ the llm-d inference framework.
7
7
8
8
This provides an "Endpoint Picker (EPP)" component to the llm-d inference
9
9
framework which schedules incoming inference requests to the platform via a
10
-
[Kubernetes] Gateway according to scheduler plugins (for more
11
-
details, see the [Architecture Documentation]).
10
+
[Kubernetes] Gateway according to scheduler plugins. For more details on the llm-d inference scheduler architecture, routing logic, and different plugins (filters and scorers), including plugin configuration, see the [Architecture Documentation]).
12
11
13
12
The EPP extends the [Gateway API Inference Extension (GIE)] project,
14
13
which provides the API resources and machinery for scheduling. We add some
| Prefix-aware | Scores based on prompt prefix history;<br>lightweight but may not reflect actual KV-cache state|`ENABLE_PREFIX_AWARE_SCORER`, `PREFIX_AWARE_SCORER_WEIGHT`, `PREFILL_ENABLE_PREFIX_AWARE_SCORER`, `PREFILL_PREFIX_AWARE_SCORER_WEIGHT`, `PREFIX_SCORER_BLOCK_SIZE`|
85
+
| KVCache-aware |Scores based on real KV-cache state on vLLM;<br>more accurate but requires extra computation and cycles to track the current cache state|`ENABLE_KVCACHE_AWARE_SCORER`, `KVCACHE_INDEXER_REDIS_ADDR`, `PREFILL_ENABLE_KVCACHE_AWARE_SCORER`, `PREFILL_KVCACHE_INDEXER_REDIS_ADDR`, `HF_TOKEN`, `KVCACHE_INDEXER_REDIS_ADDR`|
0 commit comments