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
feat: Add vLLM Data Parallel support to llm-d-inference-scheduler (#392)
* Added definition of header for Data Parallel support
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Added plugin for Data Parallel support without P/D
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Refactored the sidecar and added Data Parallel support
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Updates to sidecar tests due to refactoring
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* For local kind tests load locally built sidecar
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Added Data Parallel support to kind based tests
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Re-build all local images when testing under kind
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Review changes
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* lint fixes
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Added the sidecar to the non-pd deployment
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Removed debug logging
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Don't use PD deployment, just because of DP
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* renamed plugin parameter as per review
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Removed command line argument with default value
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Removed test of removed deprecated code
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Removed definition of removed deprecated header
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* image-build now builds the side-car image as well
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* Updates to tests
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
* image-build now builds the side-car image as well
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
---------
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
0 commit comments