Unverified Commit 4600d6bf authored by Nouf M. Alotaibi's avatar Nouf M. Alotaibi Committed by GitHub
Browse files

Fix eval_logger import for mmlu/_generate_configs.py (#1593)



* Fix eval_logger import for mmlu/_generate_configs.py

* linter

---------
Co-authored-by: default avatarHailey Schoelkopf <65563625+haileyschoelkopf@users.noreply.github.com>
parent 5627e819
...@@ -2,12 +2,14 @@ ...@@ -2,12 +2,14 @@
Take in a YAML, and output all "other" splits with this YAML Take in a YAML, and output all "other" splits with this YAML
""" """
import argparse import argparse
import logging
import os import os
import yaml import yaml
from tqdm import tqdm from tqdm import tqdm
from lm_eval.logger import eval_logger
eval_logger = logging.getLogger("lm-eval")
SUBJECTS = { SUBJECTS = {
......
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