Skip to content

chore(beep boop 🤖): Bump uv.lock (main, mcore-main) (2026-03-29)#3016

Merged
yaoyu-33 merged 2 commits intomainfrom
bump-ci-container-2026-03-29-main-main
Mar 30, 2026
Merged

chore(beep boop 🤖): Bump uv.lock (main, mcore-main) (2026-03-29)#3016
yaoyu-33 merged 2 commits intomainfrom
bump-ci-container-2026-03-29-main-main

Conversation

@svcnvidia-nemo-ci
Copy link
Copy Markdown
Contributor

@svcnvidia-nemo-ci svcnvidia-nemo-ci commented Mar 29, 2026

🚀 PR to bump uv.lock in main.

🤖 This PR will be merged automatically once CI passes.

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to the latest upstream versions.

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@svcnvidia-nemo-ci
Copy link
Copy Markdown
Contributor Author

/ok to test 9dfb067

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Mar 29, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 29, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fcb4a064-2eed-4079-9cc7-375637108e43

📥 Commits

Reviewing files that changed from the base of the PR and between e9f0dea and 9dfb067.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • .main.commit
  • 3rdparty/Megatron-LM

📝 Walkthrough

Walkthrough

The pull request updates the Megatron-LM submodule dependency to a newer upstream commit. Both the .main.commit reference file and the 3rdparty/Megatron-LM subproject pointer are bumped to track the same new commit hash.

Changes

Cohort / File(s) Summary
Megatron-LM Submodule Dependency
.main.commit, 3rdparty/Megatron-LM
Updated tracked commit hash from d45fa3e8e140fe5262179f6f94823869b89026a7 to 3758b54b2bd9d00f0adbe8bf343a0e6bbcd75d1d for Megatron-LM submodule.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • yaoyu-33
  • maanug-nv
🚥 Pre-merge checks | ✅ 3 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title mentions bumping 'uv.lock' but the actual changes are to '.main.commit' and '3rdparty/Megatron-LM' subproject references, not to a lock file. Update the title to accurately reflect that this PR updates upstream commit references (e.g., 'chore: Update upstream commit references (main, mcore-main)').
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Test Results For Major Changes ✅ Passed The PR contains only minor dependency version bump updates to .main.commit and 3rdparty/Megatron-LM subproject references, which is an automated maintenance task that does not constitute new features, breaking changes, or significant modifications.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-ci-container-2026-03-29-main-main

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

…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>
@yaoyu-33
Copy link
Copy Markdown
Contributor

/ok to test

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Mar 29, 2026

/ok to test

@yaoyu-33, there was an error processing your request: E1

See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/

@yaoyu-33
Copy link
Copy Markdown
Contributor

/ok to test

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Mar 29, 2026

/ok to test

@yaoyu-33, there was an error processing your request: E1

See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/

@yaoyu-33 yaoyu-33 merged commit e485de6 into main Mar 30, 2026
76 checks passed
@yaoyu-33 yaoyu-33 deleted the bump-ci-container-2026-03-29-main-main branch March 30, 2026 02:18
yaoyu-33 added a commit that referenced this pull request Apr 1, 2026
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants