Skip to content

Commit ceed4df

Browse files
authored
Update lm_eval version to 0.4.9.2 (#2120)
SUMMARY: - I am not sure if this is the source of the regression but this version is giving me consistent eval results - Older version has a bug with cli lm-eval as well Signed-off-by: Dipika Sikka <dipikasikka1@gmail.com>
1 parent bc6434b commit ceed4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def localversion_func(version: ScmVersion) -> str:
157157
"pytest>=6.0.0",
158158
"pytest-mock>=3.6.0",
159159
"pytest-rerunfailures>=13.0",
160-
"lm_eval==0.4.9",
160+
"lm_eval==0.4.9.2",
161161
# test dependencies
162162
"beautifulsoup4~=4.12.3",
163163
"cmarkgfm>=2024.1.14",

0 commit comments

Comments
 (0)