Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nikil-ravi committed Dec 21, 2024
1 parent 4785bc6 commit 60b8e16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/levanter/eval_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,8 @@ def _get_task_and_rename(self, manager, our_name, task: dict | str):
print("Number of group tasks: ", len(group_tasks))
this_group._config.group = our_name
this_group._config.group_alias = our_name
for group_task in group_tasks:
for name, group_task in group_tasks.items():
# this is a bit hacky, but distinguishes the tasks without possible collisions
group_task = group_task[1]
group_task.config.task = f"{group_task.config.task}_{our_name}"
this_task_modified[this_group] = group_tasks
this_task = this_task_modified
Expand Down

0 comments on commit 60b8e16

Please sign in to comment.