Skip to content

Commit 8915c7e

Browse files
author
Dylan Huang
committed
fix kwargs access to "model"
1 parent 0a90e08 commit 8915c7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eval_protocol/pytest/evaluation_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def create_wrapper_with_signature() -> Callable:
308308
invocation_id = generate_id()
309309

310310
async def wrapper_body(**kwargs):
311-
model_name = kwargs["model"]
312311
eval_metadata = None
313312
all_results: List[List[EvaluationRow]] = [[] for _ in range(num_runs)]
314313

0 commit comments

Comments
 (0)