[Bugfix] Update lm_eval version to remove deprecated param (#2871)

### What this PR does / why we need it?
update lm_eval to fix #2865, notice that the latest lm_eval
[release](https://github.com/EleutherAI/lm-evaluation-harness/releases/tag/v0.4.9.1)
haven't include this commit, so let's first pin it to the commit before
the next release

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed

Closes: https://github.com/vllm-project/vllm-ascend/issues/2865

- vLLM version: main
- vLLM main:
d13360183a

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-09-11 18:39:03 +08:00
committed by GitHub
parent bd3dedea61
commit 07c58669fd

View File

@ -5,7 +5,7 @@ openai
pytest >= 6.0 pytest >= 6.0
pytest-asyncio pytest-asyncio
pytest-mock pytest-mock
lm-eval==0.4.8 lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d
types-jsonschema types-jsonschema
xgrammar xgrammar
zmq zmq