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 aba883f commit 80fffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levanter/eval_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def _get_task_and_rename(self, manager, our_name, task: dict | str):
print("this_task after pop: ", this_task)
print("this_task type after pop: ", type(this_task))
# hacky, but this allows us to run multiple instances of the same task with different fewshot settings

if isinstance(this_task, ConfigurableTask):
# if it is already task, just change the task name
this_task.config.task = our_name
Expand Down

0 comments on commit 80fffbd

Please sign in to comment.