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 aebb9ce commit 4785bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/levanter/eval_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ def _get_task_and_rename(self, manager, our_name, task: dict | str):

print("This group: ", this_group)
print("Number of group tasks: ", len(group_tasks))
this_group.config.group = our_name
this_group.config.group_alias = our_name
this_group._config.group = our_name
this_group._config.group_alias = our_name
for group_task in group_tasks:
# this is a bit hacky, but distinguishes the tasks without possible collisions
group_task = group_task[1]
Expand Down

0 comments on commit 4785bc6

Please sign in to comment.