chore(beep boop 🤖): Bump uv.lock (main, mcore-dev) (2026-04-05)#3160
chore(beep boop 🤖): Bump uv.lock (main, mcore-dev) (2026-04-05)#3160svcnvidia-nemo-ci wants to merge 1 commit intomainfrom
uv.lock (main, mcore-dev) (2026-04-05)#3160Conversation
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
/ok to test dcc78a7 |
📝 WalkthroughWalkthroughThis pull request updates the Megatron-LM submodule reference 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: The PR title wrongly references a `uv.lock` bump while the actual
change updates the Megatron-LM submodule pointer from commit
17a67b9a97fb11a75933fd7f76ad76e1ac98a53d to
8d1fd3c26be533a466b62392c379af1c4f5e0f01; update the PR title and description to
accurately state that this is a Megatron-LM submodule update (e.g., "Update
Megatron-LM submodule to 8d1fd3c") and include the commit range or summary of
changes between 17a67b9a... and 8d1fd3c... in the PR description.
🪄 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: 846e491a-b4e7-43ea-916f-ae3168c2e127
⛔ Files ignored due to path filters (1)
uv.lockis excluded by!**/*.lock
📒 Files selected for processing (2)
.dev.commit3rdparty/Megatron-LM
| @@ -1 +1 @@ | |||
| Subproject commit 17a67b9a97fb11a75933fd7f76ad76e1ac98a53d | |||
| Subproject commit 8d1fd3c26be533a466b62392c379af1c4f5e0f01 | |||
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Verify the Megatron-LM submodule update and check for notable changes
# Check if the submodule directory exists and inspect the commit range
cd 3rdparty/Megatron-LM 2>/dev/null || {
echo "Submodule directory not found in sandbox"
exit 0
}
OLD_COMMIT="17a67b9a97fb11a75933fd7f76ad76e1ac98a53d"
NEW_COMMIT="8d1fd3c26be533a466b62392c379af1c4f5e0f01"
echo "=== Verifying new commit exists ==="
git cat-file -t "$NEW_COMMIT" 2>/dev/null || echo "New commit not found in local clone"
echo -e "\n=== Commit range summary ==="
git log --oneline "${OLD_COMMIT}..${NEW_COMMIT}" 2>/dev/null || echo "Unable to generate commit range"
echo -e "\n=== Checking for breaking changes or API modifications ==="
git log --grep="breaking\|BREAKING\|deprecat" --oneline "${OLD_COMMIT}..${NEW_COMMIT}" 2>/dev/null || echo "No obvious breaking change markers found"Repository: NVIDIA-NeMo/Megatron-Bridge
Length of output: 305
Clarify PR title—it mentions uv.lock but changes a submodule pointer.
The PR title indicates a uv.lock bump, but the change updates the Megatron-LM submodule pointer from 17a67b9a97fb11a75933fd7f76ad76e1ac98a53d to 8d1fd3c26be533a466b62392c379af1c4f5e0f01. Update the PR title or description to accurately reflect that this is a submodule update.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@3rdparty/Megatron-LM` at line 1, The PR title wrongly references a `uv.lock`
bump while the actual change updates the Megatron-LM submodule pointer from
commit 17a67b9a97fb11a75933fd7f76ad76e1ac98a53d to
8d1fd3c26be533a466b62392c379af1c4f5e0f01; update the PR title and description to
accurately state that this is a Megatron-LM submodule update (e.g., "Update
Megatron-LM submodule to 8d1fd3c") and include the commit range or summary of
changes between 17a67b9a... and 8d1fd3c... in the PR description.
|
Superseded by today's bump PR |
🚀 PR to bump
uv.lockinmain.🤖 This PR will be merged automatically once CI passes.
Summary by CodeRabbit
Note: This release contains infrastructure and dependency updates with no user-facing changes or new features.