Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __call__(self, rows: List[EvaluationRow], config: RolloutProcessorConfig) ->
async def process_row(row: EvaluationRow) -> EvaluationRow:
"""Process a single row asynchronously."""
start_time = time.perf_counter()

if len(row.messages) == 0:
raise ValueError("Messages is empty. Please provide a non-empty dataset")

Expand Down
Loading
Loading