chore(beep boop 🤖): Bump uv.lock (r0.4.0, mcore-core_r0.17.0) (2026-04-08)#3212
chore(beep boop 🤖): Bump uv.lock (r0.4.0, mcore-core_r0.17.0) (2026-04-08)#3212svcnvidia-nemo-ci wants to merge 1 commit into
uv.lock (r0.4.0, mcore-core_r0.17.0) (2026-04-08)#3212Conversation
…-04-08) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
/ok to test 7288def |
📝 WalkthroughWalkthroughThe Megatron-LM git submodule dependency was updated from commit Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@3rdparty/Megatron-LM`:
- Line 1: Update the pinned SHA in the .main.commit file to match the new
submodule SHA referenced for 3rdparty/Megatron-LM (change from ec458b67... to
51ea688a...), so scripts/switch_mcore.sh will not checkout the old commit;
ensure the exact new SHA string (51ea688a...) replaces the old one in
.main.commit and keep the file committed alongside the submodule update.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: ea1d79c3-f6bb-4328-903f-89a2a9866e24
⛔ Files ignored due to path filters (1)
uv.lockis excluded by!**/*.lock
📒 Files selected for processing (1)
3rdparty/Megatron-LM
| @@ -1 +1 @@ | |||
| Subproject commit ec458b67a3e8aa3a6f811df12d371c94eb18f392 | |||
| Subproject commit 51ea688a5b7c98170d480185b60dc113de2d42d7 | |||
There was a problem hiding this comment.
Sync .main.commit with this new submodule SHA to avoid checkout drift.
Line 1 updates 3rdparty/Megatron-LM to 51ea688a..., but .main.commit is still pinned to ec458b67.... Since scripts/switch_mcore.sh reads .main.commit to switch submodule state, ./scripts/switch_mcore.sh main will now move users back to the old commit. Please update .main.commit in the same PR to keep tooling consistent.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@3rdparty/Megatron-LM` at line 1, Update the pinned SHA in the .main.commit
file to match the new submodule SHA referenced for 3rdparty/Megatron-LM (change
from ec458b67... to 51ea688a...), so scripts/switch_mcore.sh will not checkout
the old commit; ensure the exact new SHA string (51ea688a...) replaces the old
one in .main.commit and keep the file committed alongside the submodule update.
🚀 PR to bump
uv.lockinr0.4.0.🤖 This PR will be merged automatically once CI passes.
Summary by CodeRabbit