mirror of
https://github.com/vllm-project/vllm-ascend.git
synced 2025-10-20 21:53:54 +08:00
[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:
@ -5,7 +5,7 @@ openai
|
||||
pytest >= 6.0
|
||||
pytest-asyncio
|
||||
pytest-mock
|
||||
lm-eval==0.4.8
|
||||
lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d
|
||||
types-jsonschema
|
||||
xgrammar
|
||||
zmq
|
||||
|
Reference in New Issue
Block a user