Skip to content

Add max_dataset_rows support to data loaders in evaluation tests#232

Merged
dphuang2 merged 1 commit intomainfrom
respect-max-dataset-rows-in-data-loaders
Sep 29, 2025
Merged

Add max_dataset_rows support to data loaders in evaluation tests#232
dphuang2 merged 1 commit intomainfrom
respect-max-dataset-rows-in-data-loaders

Conversation

@dphuang2
Copy link
Copy Markdown
Collaborator

  • Implemented max_dataset_rows limit in evaluation_test function to restrict the number of rows processed from data loaders.
  • Added tests for DynamicDataLoader and InlineDataLoader to ensure they respect the max_dataset_rows parameter, verifying that only the specified number of rows are processed despite larger datasets being generated.

- Implemented max_dataset_rows limit in evaluation_test function to restrict the number of rows processed from data loaders.
- Added tests for DynamicDataLoader and InlineDataLoader to ensure they respect the max_dataset_rows parameter, verifying that only the specified number of rows are processed despite larger datasets being generated.
@dphuang2 dphuang2 merged commit 0ec8ba5 into main Sep 29, 2025
7 checks passed
@dphuang2 dphuang2 deleted the respect-max-dataset-rows-in-data-loaders branch September 29, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant