Skip to content

Commit 07c5866

Browse files
authored
[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: #2865 - vLLM version: main - vLLM main: vllm-project/vllm@d133601 Signed-off-by: wangli <[email protected]>
1 parent bd3dede commit 07c5866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ openai
55
pytest >= 6.0
66
pytest-asyncio
77
pytest-mock
8-
lm-eval==0.4.8
8+
lm-eval[api] @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@206b7722158f58c35b7ffcd53b035fdbdda5126d
99
types-jsonschema
1010
xgrammar
1111
zmq

0 commit comments

Comments
 (0)