We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1310563 commit 3562d8cCopy full SHA for 3562d8c
eval_protocol/pytest/evaluation_test.py
@@ -617,7 +617,7 @@ def _log_eval_error(
617
processed_rows_in_run.append(row)
618
619
# prepare parallel eval helper function
620
- semaphore = asyncio.Semaphore(max_concurrent_rollouts)
+ semaphore = asyncio.Semaphore(max_concurrent_evaluations)
621
622
async def _execute_eval_with_semaphore(**inner_kwargs):
623
async with semaphore:
0 commit comments