Commit 3c842795 authored by lintangsutawika's avatar lintangsutawika
Browse files

modifed error message

parent 2e4b3c99
......@@ -136,7 +136,7 @@ def main():
task_missing.append(task)
if task_missing != []:
missing = ", ".join(task_missing),
missing = ", ".join(task_missing)
eval_logger.error(
f"Tasks were not found: {missing}\n"
f"{SPACING}Try `lm-eval -h` for list of available tasks",
......
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