From 293b2275dfcbc6cbb87446d61f203ac33979b461 Mon Sep 17 00:00:00 2001 From: Magnus Date: Tue, 6 Jan 2026 16:02:16 +0800 Subject: [PATCH] [CI] Specify the version of xlite (#5612) ### What this PR does / why we need it? Pin the xlite version to avoid CI failures during its upgrade. - vLLM version: v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/7157596103666ee7ccb7008acee8bff8a8ff1731 Signed-off-by: changdawei1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 42a614c5..6c962f25 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,5 +21,5 @@ pytest_mock msserviceprofiler>=1.2.2 mindstudio-probe>=8.3.0 arctic-inference==0.1.1 -xlite +xlite==0.1.0rc0 uc-manager