Skip to content

Commit 57a46a6

Browse files
authored
scheduler orchestration optimization 1 (#381)
* fix scheduler concurrency and orchestration * remove comment * add * resolve comments * fix * remove print
1 parent 686ed67 commit 57a46a6

File tree

3 files changed

+197
-140
lines changed

3 files changed

+197
-140
lines changed

eval_protocol/pytest/default_single_turn_rollout_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __call__(self, rows: List[EvaluationRow], config: RolloutProcessorConfig) ->
3939
async def process_row(row: EvaluationRow) -> EvaluationRow:
4040
"""Process a single row asynchronously."""
4141
start_time = time.perf_counter()
42-
42+
4343
if len(row.messages) == 0:
4444
raise ValueError("Messages is empty. Please provide a non-empty dataset")
4545

0 commit comments

Comments
 (0)