Skip to content

Commit

Permalink
suppress import err
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Ryan <[email protected]>
  • Loading branch information
alinaryan committed Jun 25, 2024
1 parent 270bf53 commit 88b2e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instructlab/eval/mmlu.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os

# Third Party
from lm_eval.evaluator import simple_evaluate
from lm_eval.evaluator import simple_evaluate # type: ignore

# First Party
from instructlab.eval.evaluator import Evaluator
Expand Down

0 comments on commit 88b2e65

Please sign in to comment.