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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# llm-d-routing-sidecar
2
2
3
-
[!WARNING]
4
-
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),
5
-
under the `cmd/pd_sidecar` and `pkg/sidecar` directories. This repository is deprecated and shall soon be archived.
6
-
All future development will done under the llm-d-inference-scheduler repository.
7
-
Please do **not** submit issues or PRs against this repository.
3
+
> [!WARNING]
4
+
> 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),
5
+
>under the `cmd/pd_sidecar` and `pkg/sidecar` directories. This repository is deprecated and shall soon be archived.
6
+
>All future development will done under the llm-d-inference-scheduler repository.
7
+
>Please do **not** submit issues or PRs against this repository.
8
8
9
9
This project provides a reverse proxy redirecting incoming requests to the prefill worker specified in the `x-prefiller-host-port` HTTP request header.
0 commit comments