Unverified Commit 0f944779 authored by Zeyuan Allen-Zhu's avatar Zeyuan Allen-Zhu Committed by GitHub
Browse files

Update evaluator.py (#2786)

minor bug fix, lm_eval.setup_logging -> setup_logging
parent c8489857
...@@ -329,7 +329,7 @@ def simple_evaluate( ...@@ -329,7 +329,7 @@ def simple_evaluate(
confirm_run_unsafe_code=confirm_run_unsafe_code, confirm_run_unsafe_code=confirm_run_unsafe_code,
) )
if verbosity is not None: if verbosity is not None:
lm_eval.setup_logging(verbosity=verbosity) setup_logging(verbosity=verbosity)
if lm.rank == 0: if lm.rank == 0:
if isinstance(model, str): if isinstance(model, str):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment