chore(beep boop 🤖): Bump uv.lock (main, mcore-main) (2026-03-29)#3016
chore(beep boop 🤖): Bump uv.lock (main, mcore-main) (2026-03-29)#3016
uv.lock (main, mcore-main) (2026-03-29)#3016Conversation
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
/ok to test 9dfb067 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request updates the Megatron-LM submodule dependency to a newer upstream commit. Both the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…coder
NemotronNano12Bv2VLModelProvider.provide() deep-copies language_cfg to
create vision_cfg, inadvertently inheriting mtp_num_layers=0.
With mtp_num_layers=0 (not None), TransformerBlock.has_final_layernorm_in_this_stage()
bypasses the post_process=False guard and creates a final_layernorm on
the vision decoder. This adds unmapped parameters
(llava_model.vision_model.decoder.final_layernorm.{weight,bias}) that
crash weight conversion with:
AttributeError: 'NoneType' object has no attribute 'megatron_module'
Fix: set vision_cfg.mtp_num_layers = None before creating LLaVAModel so
the vision TransformerBlock correctly respects post_process=False.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
|
/ok to test |
@yaoyu-33, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
|
/ok to test |
@yaoyu-33, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
…3016) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com> Co-authored-by: dimapihtar <37850217+dimapihtar@users.noreply.github.com> Co-authored-by: yaoyu-33 <yaoyu.094@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
🚀 PR to bump
uv.lockinmain.🤖 This PR will be merged automatically once CI passes.
Summary by CodeRabbit