Commit 7bf74f16 authored by lintangsutawika's avatar lintangsutawika
Browse files

update

parent 52ee80a6
......@@ -65,7 +65,7 @@ def simple_evaluate(
assert isinstance(model, lm_eval.api.model.LM)
lm = model
task_dict = lm_eval.api.task.get_task_dict(tasks, num_fewshot=num_fewshot)
task_dict = lm_eval.tasks.get_task_dict(tasks, num_fewshot=num_fewshot)
if check_integrity:
run_task_tests(task_list=tasks)
......
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