Skip to content

Commit

Permalink
Fix: change default group task list to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
celiolarcher committed Jul 5, 2024
1 parent cb1c368 commit 9103e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lm_eval/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def _get_task_and_group(self, task_dir: str):
# This is a group config
tasks_and_groups[config["group"]] = {
"type": "group",
"task": -1, # This signals that
"task": [], # This signals that
# we don't need to know
# the task list for indexing
# as it can be loaded
Expand Down

0 comments on commit 9103e51

Please sign in to comment.