Commit 1ed31584 authored by lintangsutawika's avatar lintangsutawika
Browse files

no need to use get_task_dict

parent ad20ec2f
......@@ -119,7 +119,7 @@ def simple_evaluate(
+ ".db",
)
task_dict = lm_eval.tasks.get_task_dict(tasks)
task_dict = tasks
for task_name in task_dict.keys():
task_obj = task_dict[task_name]
if type(task_obj) == tuple:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment