[Dev] Changes to support multimodule pipelining
What does this PR do ?
Changes in 1F1B schedule to support multi module pipeline communication and unit tests
:warning: For major changes (either in lines of code or in its impact), please make sure to first share discuss a design-doc with the team.
Contribution process
flowchart LR
A[Pre-checks] --> B[PR Tests]
subgraph Code Review/Approval
C1[Expert Review] --> C2[Final Review]
end
B --> C1
C2 --> D[Merge]
Pre-checks
- [ ] I want this PR in a versioned release and have added the appropriate Milestone (e.g.,
Core 0.8) - [x] I have added relevant unit tests
- [ ] I have added relevant functional tests
- [ ] I have added proper typing to my code Typing guidelines
- [ ] I have added relevant documentation
- [x] I have run the autoformatter.sh on my PR
Code review
The following process is enforced via the CODEOWNERS file for changes into megatron/core. For changes outside of megatron/core, it is up to the PR author whether or not to tag the Final Reviewer team.
For MRs into `main` branch
(Step 1): Add PR label Expert Review
(Step 2): Collect the expert reviewers reviews
- Attach the
Expert Reviewlabel when your PR is ready for review. - GitHub auto-assigns expert reviewers based on your changes. They will get notified and pick up your PR soon.
:warning: Only proceed to the next step once all reviewers have approved, merge-conflict are resolved and the CI is passing.
Final Review might get declined if these requirements are not fulfilled.
(Step 3): Final Review
- Add
Final Reviewlabel - GitHub auto-assigns final reviewers based on your changes. They will get notified and pick up your PR soon.
(Optional Step 4): Cherry-pick into release branch
If this PR also needs to be merged into core_r* release branches, after this PR has been merged, select Cherry-pick to open a new PR into the release branch.
For MRs into `dev` branch
The proposed review process for `dev` branch is under active discussion.MRs are mergable after one approval by either [email protected] or [email protected].
Merging your PR
Any member of core-adlr and core-nemo will be able to merge your PR.
/ok to test
Please add label "expert review" when this PR is ready, or the reviewers won't get notifications.
Hi @yashaswikarnati, please include the main PR link in the desc.
Hi @yashaswikarnati, please include the main PR link in the desc.
https://github.com/NVIDIA/Megatron-LM/pull/2031 (this needs to go in first)
@yanring we cant yet create an MR to main as the one before this is not merged to main yet. Could we continue with the review and in the meanwhile we can create an MR to main
Hi, @yashaswikarnati, could you please add some documentation to this PR? For example, you could include some excerpts from the design document. https://docs.google.com/document/d/17FU3-CEAzob6lR40AY3LVCy57HHPsZZny8K4Z78l7ug/edit?tab=t.0#heading=h.bh7bns6bwmiq
@yanring @lhb8125 gentle reminder on the review
@yanring @lhb8125 gentle reminder on the review
Thanks for the reminder. I'm actually waiting for a review from @lhb8125 and @shifangx to help take a look
@yashaswikarnati Could you add a brief description of the overall roadmap? I think this is a big feature that contains several MRs, so which one has been merged and which one is WIP? What's the role of the current PR in the whole feature?
Please ensure we have a passing functional test pipeline on GitLab before merging.