Conversation
|
is there a PR to dev that we can link? i don't see the same changes on dev branch currently? |
|
Hi @cjld , are you able to update this PR to remove usage of env vars? I think that's the main blocker |
|
Hi, @maanug-nv , I updated the PR. If the PR still has problems, please tell me. |
|
/ok to test 54b205d |
|
Thank you for your contribution! NVIDIA Megatron-LM is currently transitioning to development on Github. We will aim to review your PR after we complete our transition and stabilize our Github development process. Thank you for your understanding. |
|
/ok to test a4050c1 |
|
/ok to test 7597a63 |
|
/ok to test 2b76d60 |
Hi, @ericharper , could you please review this unittest? Merged FusedMLA unit tests into
All 14 tests pass. |
|
/ok to test f3cb7b4 |
|
🔄 Merge queue validation started! You can track the progress here: https://github.com/NVIDIA/Megatron-LM/actions/runs/22938248348 |
Signed-off-by: Xin Yao <xiny@nvidia.com> Co-authored-by: Xin Yao <xiny@nvidia.com>
dev PR: #2960
What does this PR do ?
Add cli args
--mla-down-proj-fusionandmla_down_proj_fusionto the transformer config for the fusion.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
Core 0.8)Code review
The following process is enforced via the CODEOWNERS file for changes into
megatron/core. For changes outside ofmegatron/core, it is up to the PR author whether or not to tag the Final Reviewer team.For MRs into `main` branch
Feel free to message or comment the @mcore-oncall to help accelerate your merge into main. The less complex your PR is, the faster it will be approved and merged!
(Step 1): Add PR label
Expert Review(Step 2): Collect the expert reviewers reviews
Expert Reviewlabel when your PR is ready for review.Final Review might get declined if these requirements are not fulfilled.
(Step 3): Final Review
Final Reviewlabel(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, selectCherry-pickto 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
eharper@nvidia.comorzijiey@nvidia.com.Merging your PR
Any member of core-adlr and
core-nemowill be able to merge your PR.