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
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mlpstorage"
version = "3.0.12"
version = "3.0.13"
description = "MLPerf Storage Benchmark Suite"
readme = "README.md"
license = {text = "Apache-2.0"}
Expand Down Expand Up @@ -131,7 +131,8 @@ torchaudio = [{ index = "pytorch-cpu" }]
# - DLIO PR #22 fix for storage #415 (mpi4py auto-init in spawn workers)
# - DLIO PR #23 fix for storage #391 part 2 (sudo -n + warn-once for drop_caches)
# - DLIO PR #24 fix for storage #448 (per-node worker-memory budget)
dlio-benchmark = { git = "https://github.com/mlcommons/DLIO_local_changes.git", rev = "1d11f9820b71db1d59b41283bc8c57db0c42cb7f" }
# - DLIO PR #25 fix for storage #455 (sampler floor division — equal per-rank shards)
dlio-benchmark = { git = "https://github.com/mlcommons/DLIO_local_changes.git", rev = "cbe200103b05fb65f04110157a7d0dd6d6d88ead" }

[dependency-groups]
dev = [
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading