From d314ea8d3d121abc375f0f4735599aa9d3515dd9 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Wed, 7 Jan 2026 14:15:53 +0800 Subject: [PATCH] [CI] Bump lm-eval version to v0.4.9.2 (#5655) ### What this PR does / why we need it? fix https://github.com/vllm-project/vllm-ascend/issues/2865, lm-eval [got an official update last month](https://github.com/EleutherAI/lm-evaluation-harness/releases/tag/v0.4.9.2), so let's bump the version. ### How was this patch tested? - vLLM version: v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/2f4e6548efec402b913ffddc8726230d9311948d Signed-off-by: wangli --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6c962f25..66d48bb2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ openai pytest >= 6.0,<9.0.0 pytest-asyncio pytest-mock -lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d +lm-eval==0.4.9.2 types-jsonschema xgrammar zmq