[chore] move megatron-core from dev latest to main latest, bump megatron-bridge to latest#1762
Merged
erictang000 merged 3 commits intoJun 9, 2026
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the megatron-core dependency configuration in pyproject.toml. It restricts the overridden megatron-core dependency to environments with Python version 3.12 or higher on Linux, and updates the direct Git dependency for megatron-core to point to a more recent commit on the main branch. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
…_megatron_core_to_main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes the following bumps
megatron_core from
cefc2520158c7ceba3f9adbe4b547a6f7a118da1(latest dev branch as of 6/8/26) to71e418ea7d7b3a6c9a53238c543c3e0b43e11026(latest main branch as of 6/8/26.megatron-bridge from
8382dc343b07b068a827ca20bae860633df3baa0to91a15142a4b4442a8d46ab539d1b923bd08570d0(latest main 6/8)Megatron-Bridge has upstreamed code to the main branch that isn't on the dev branch that is needed to use Megatron-Bridge (NVIDIA-NeMo/Megatron-Bridge#3988)
Since sequence packing with GDN is now supported on main, we can move back over to the latest commit on the main branch: NVIDIA/Megatron-LM#2645