chore: bump dlio-benchmark pin to merged PR #27 SHA; version 3.0.15#484
Merged
FileSystemGuy merged 1 commit intoJun 20, 2026
Merged
Conversation
- pyproject.toml: update dlio-benchmark rev from ef58613 to 7098ccc (mlcommons/DLIO_local_changes main after PR #27 merge — skip_listing, S3 object storage, epoch-2+ AU, TFRecord via s3dlio, OOM prevention) - pyproject.toml: bump mlpstorage version 3.0.14 -> 3.0.15 - uv.lock: regenerated to reflect new dependency resolution
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
FileSystemGuy
approved these changes
Jun 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows mlcommons/DLIO_local_changes#27 (now merged).
Changes
pyproject.toml: updatedlio-benchmarkrev fromef58613to7098ccc— the upstreamDLIO_local_changes:mainSHA after PR adding hack to add git hashing to report #27 merged. Also bumps mlpstorage version3.0.14→3.0.15.uv.lock: regenerated viauv lockto reflect the new dependency resolution.What PR #27 carried
skip_listingfeature (storage Data-Loader OOM Issues #466 infinite s3dlio list during training (retinanet) #472) — deterministic per-rank URI generation; no process ever holds the full file list in memory; eliminates 12+ hour S3 listing and flat-filesystem OOM for large datasetsmain, before any of our local patches) #449 S3 Environment variables are not being used #450 Data Generated from s3dlio is incompatible with other libraries #451)Relates to
_apply_skip_listing_paramsto mlp-storage; this PR pins the DLIO version that implements it)