Skip to content

Commit

Permalink
Fix eval_logger import for mmlu/_generate_configs.py (#1593)
Browse files Browse the repository at this point in the history
* Fix eval_logger import for mmlu/_generate_configs.py

* linter

---------

Co-authored-by: Hailey Schoelkopf <[email protected]>
  • Loading branch information
noufmitla and haileyschoelkopf authored Mar 18, 2024
1 parent 5627e81 commit 4600d6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lm_eval/tasks/mmlu/_generate_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
Take in a YAML, and output all "other" splits with this YAML
"""
import argparse
import logging
import os

import yaml
from tqdm import tqdm

from lm_eval.logger import eval_logger

eval_logger = logging.getLogger("lm-eval")


SUBJECTS = {
Expand Down

0 comments on commit 4600d6b

Please sign in to comment.