Unverified Commit 0ae3d3eb authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Hotfix breaking import (#2015)

parent 536691da
...@@ -22,7 +22,7 @@ from lm_eval.evaluator_utils import ( ...@@ -22,7 +22,7 @@ from lm_eval.evaluator_utils import (
run_task_tests, run_task_tests,
) )
from lm_eval.loggers import EvaluationTracker from lm_eval.loggers import EvaluationTracker
from lm_eval.logging.utils import add_env_info, add_tokenizer_info, get_git_commit_hash from lm_eval.loggers.utils import add_env_info, add_tokenizer_info, get_git_commit_hash
from lm_eval.tasks import TaskManager, get_task_dict from lm_eval.tasks import TaskManager, get_task_dict
from lm_eval.utils import ( from lm_eval.utils import (
eval_logger, eval_logger,
......
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