diff --git a/README.md b/README.md index 85e8d5c..23724f5 100644 --- a/README.md +++ b/README.md @@ -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