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
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,13 @@ environments = ["sys_platform == 'linux'"]
torch = [{ index = "pytorch-cpu" }]
torchvision = [{ index = "pytorch-cpu" }]
torchaudio = [{ index = "pytorch-cpu" }]
# Pinned to PR #22 head (fix for issue #415: mpi4py auto-init aborts in PyTorch
# DataLoader spawn-workers). Revert to branch = "main" once the PR merges upstream.
dlio-benchmark = { git = "https://github.com/mlcommons/DLIO_local_changes.git", rev = "60fd3b8e7ae9cc8be644b47df0661366ac2c8bd6" }
# Pinned to FileSystemGuy-combined-391-448 head — carries:
# - DLIO PR #21 fix for storage #391 part 1 (TorchIterableDatasetSimple gating)
# - 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)
# Revert to branch = "main" once PRs #23 and #24 merge upstream.
dlio-benchmark = { git = "https://github.com/mlcommons/DLIO_local_changes.git", rev = "814f3ff400c865a294bfc70714a3289efbfa83ac" }

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

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

Loading