Bump to 0.5.27 + Add experimental Parallel Step#280
Merged
Conversation
bruAristimunha
added a commit
to bruAristimunha/neuroai
that referenced
this pull request
Jul 1, 2026
Replace the hand-rolled PackedExperiment packing with exca 0.5.27's Parallel step (facebookresearch/exca#280). Pending experiments are dispatched as one sweep into ceil(pending/N) array elements, each still caching under its own TaskInfra identity, so re-running the grid without packing hits the same caches. - packing.py: PackedExperiment/pack_experiments_for_submission -> submit_packed() + a thin _ExperimentStep wrapper delegating to experiment.run(); exca owns chunking, claim coordination and shuffling. - Drop --local-workers-per-job: variants in one scheduler element run serially, so in-job multiprocessing has no equivalent. - Bump exca to >=0.5.27; fix stale _FakeAggregator test stub.
3 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.