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 ace5761 commit eb14b2c
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 type after pop: ", type(this_task))
# hacky, but this allows us to run multiple instances of the same task with different fewshot settings

if not isinstance(task, dict):
if not isinstance(this_task, dict):
# if it is a task, change the config to rename
this_task.config.task = our_name
else:
Expand Down

0 comments on commit eb14b2c

Please sign in to comment.