Skip to content

Commit 0f94477

Browse files
authored
Update evaluator.py (EleutherAI#2786)
minor bug fix, lm_eval.setup_logging -> setup_logging
1 parent c848985 commit 0f94477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lm_eval/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def _adjust_config(task_dict):
329329
confirm_run_unsafe_code=confirm_run_unsafe_code,
330330
)
331331
if verbosity is not None:
332-
lm_eval.setup_logging(verbosity=verbosity)
332+
setup_logging(verbosity=verbosity)
333333

334334
if lm.rank == 0:
335335
if isinstance(model, str):

0 commit comments

Comments
 (0)