"ml/backend/vscode:/vscode.git/clone" did not exist on "20c5fd39c8b275c0c7d7e7be8ce03d48aa32c64e"
Commit 77289aed authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

remove descrip dict from test_evaluator

parent 05a7d1da
...@@ -55,7 +55,6 @@ def test_evaluator(taskname, task_class): ...@@ -55,7 +55,6 @@ def test_evaluator(taskname, task_class):
num_fewshot=0, num_fewshot=0,
limit=limit, limit=limit,
bootstrap_iters=10, bootstrap_iters=10,
description_dict=None,
) )
e2 = evaluator.evaluate( e2 = evaluator.evaluate(
lm=lm, lm=lm,
...@@ -63,7 +62,6 @@ def test_evaluator(taskname, task_class): ...@@ -63,7 +62,6 @@ def test_evaluator(taskname, task_class):
num_fewshot=0, num_fewshot=0,
limit=limit, limit=limit,
bootstrap_iters=10, bootstrap_iters=10,
description_dict=None,
) )
# check that caching is working # check that caching is working
......
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