Skip to content

Commit b227674

Browse files
dhuangnmdtrifiro
authored andcommitted
try lm-eval 0.4.11 to solve issue with transformers v5
1 parent 0eeacb3 commit b227674

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{name = "Samuel Monson", email = "smonson@redhat.com"},
77
]
88
dependencies = [
9-
"lm-eval[api]==0.4.9.2",
9+
"lm-eval[api]==0.4.11",
1010
"unitxt==1.22.0",
1111
"torch>=1.8",
1212
]
@@ -15,7 +15,7 @@ readme = "README.md"
1515

1616
[project.optional-dependencies]
1717
leaderboard = [
18-
"lm-eval[ifeval,math,sentencepiece]>=0.4.8",
18+
"lm-eval[ifeval,math,sentencepiece]>=0.4.11",
1919
]
2020

2121
# Use cpu pytorch to avoid downloading cuda

0 commit comments

Comments
 (0)