Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/scheduler-flowchart.png
Binary file not shown.
7 changes: 1 addition & 6 deletions pkg/epp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@ An EPP instance handles a single `InferencePool` (and so for each `InferencePool
- The EPP generates metrics to enhance observability.
- It reports InferenceObjective-level metrics, further broken down by target model.
- Detailed information regarding metrics can be found on the [website](https://gateway-api-inference-extension.sigs.k8s.io/guides/metrics/).


## Scheduling Algorithm
The scheduling package implements request scheduling algorithms for load balancing requests across backend pods in an inference gateway. The scheduler ensures efficient resource utilization while maintaining low latency and prioritizing critical requests. It applies a series of filters based on metrics and heuristics to select the best pod for a given request. The following flow chart summarizes the current scheduling algorithm

<img src="../../docs/scheduler-flowchart.png" alt="Scheduling Algorithm" width="400" />