Skip to content

Commit 3562d8c

Browse files
committed
fix
1 parent 1310563 commit 3562d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/evaluation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def _log_eval_error(
617617
processed_rows_in_run.append(row)
618618

619619
# prepare parallel eval helper function
620-
semaphore = asyncio.Semaphore(max_concurrent_rollouts)
620+
semaphore = asyncio.Semaphore(max_concurrent_evaluations)
621621

622622
async def _execute_eval_with_semaphore(**inner_kwargs):
623623
async with semaphore:

0 commit comments

Comments
 (0)