Skip to content

Commit

Permalink
fix mmbench
Browse files Browse the repository at this point in the history
  • Loading branch information
pufanyi committed Mar 16, 2024
1 parent 2406b57 commit 966ef9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lmms_eval/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def include_task_folder(task_dir: str, register_task: bool = True) -> None:
# the user defines the appropriate verbosity.
except ModuleNotFoundError as e:
eval_logger.debug(f"{yaml_path}: {e}. Config will not be added to registry.")
print(f"{yaml_path}: {e}. Config will not be added to registry.")
except Exception as error:
import traceback

Expand Down

0 comments on commit 966ef9c

Please sign in to comment.