Skip to content

Commit c489161

Browse files
authored
Added a note regarding the code move (kubernetes-sigs#2906)
Signed-off-by: ahg-g <ahg@google.com>
1 parent 7d8f750 commit c489161

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ This is achieved by leveraging Envoy's [External Processing] (ext-proc) to exten
1313
## New!
1414
Inference Gateway has partnered with vLLM to accelerate LLM serving optimizations with [llm-d](https://llm-d.ai/blog/llm-d-announce)!
1515

16+
> [!IMPORTANT]
17+
> The Endpoint Picker (EPP), InferenceObjective and InferenceModelRewrite APIs, and Body Based Router (BBR) packages have moved to new repositories:
18+
> - EPP and associated APIs: [llm-d/llm-d-inference-scheduler](https://github.com/llm-d/llm-d-inference-scheduler)
19+
> - BBR: [llm-d/llm-d-inference-payload-processor](https://github.com/llm-d/llm-d-inference-payload-processor)
20+
>
21+
> No new code will be accepted to these packages in this repository, and they will be archived soon. This move was proposed and discussed in [issue #2430](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/2430).
22+
>
23+
> This repository will continue to host the **lightweight EPP (LWEPP)** and the **InferencePool API**, and will remain the primary location for the development and maintenance of **conformance tests**.
24+
1625
## Concepts and Definitions
1726

1827
The following specific terms to this project:

0 commit comments

Comments
 (0)