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 80fffbd commit aebb9ce
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 @@ -348,7 +348,7 @@ def _get_task_and_rename(self, manager, our_name, task: dict | str):
(or other differences) so we need to hack around that.
"""
import lm_eval.tasks as tasks
from lm_eval.api.task import ConfigurableTask, Task
from lm_eval.api.task import ConfigurableTask

print("Inside get task and rename")
print("Task: ", task)
Expand Down

0 comments on commit aebb9ce

Please sign in to comment.