Commit 0371129a authored by lintangsutawika's avatar lintangsutawika
Browse files

no need to use get_task_dict

parent 93cdc5bf
...@@ -119,7 +119,7 @@ def simple_evaluate( ...@@ -119,7 +119,7 @@ def simple_evaluate(
+ ".db", + ".db",
) )
task_dict = lm_eval.tasks.get_task_dict(tasks) task_dict = tasks
for task_name in task_dict.keys(): for task_name in task_dict.keys():
task_obj = task_dict[task_name] task_obj = task_dict[task_name]
if type(task_obj) == tuple: 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