Skip to content

Commit

Permalink
Upgrade lm-eval to 0.4.1 (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli authored Feb 23, 2024
1 parent 4af3dca commit 6267f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/evaluation/integrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def try_import_lm_evaluation_harness(raise_error=True):
if raise_error:
raise ImportError(
"Unable to import lm_eval. "
"To install run 'pip install lm-eval==0.4.0'"
"To install run 'pip install lm-eval==0.4.1'"
)
return False

Expand Down

0 comments on commit 6267f19

Please sign in to comment.