Skip to content

Commit

Permalink
fix after changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Apr 6, 2024
1 parent 7acd9a1 commit 494af64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litgpt/eval/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def convert_and_evaluate(
if tasks is None:
from lm_eval.tasks import TaskManager
taskm = TaskManager()
print("\n".join(taskm.task_index.values())
print("\n".join(taskm.task_index.keys()))
print(
"\n\nTo evaluate multiple tasks, you can chain the task names "
"listed above via a comma-separated list."
Expand Down

0 comments on commit 494af64

Please sign in to comment.