Skip to content
Merged
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
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# llm-d-routing-sidecar

This project provides a reverse proxy redirecting incoming requests to the prefill worker specified in the `x-prefiller-host-port` HTTP request header.

[!WARNING]
The code of the routing sidecar has been moved to the [llm-d-inference-scheduler repository](https://github.com/llm-d/llm-d-inference-scheduler),
under the `cmd/pd_sidecar` and `pkg/sidecar` directories. This repository is deprecated and shall soon be archived.
All future development will done under the llm-d-inference-scheduler repository.
Please do **not** submit issues or PRs against this repository.

> Note: this project is experimental and will be removed in an upcoming iteration of the llm-d P/D disaggregation architecture.
This project provides a reverse proxy redirecting incoming requests to the prefill worker specified in the `x-prefiller-host-port` HTTP request header.

## Security Features

Expand Down