-
Notifications
You must be signed in to change notification settings - Fork 248
chore: bump mcore and mbridge #1902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yfw
wants to merge
12
commits into
main
Choose a base branch
from
yifu/mcore_bump_20260209
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+72
−49
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
7d37192
squash MCore bump + related updates
yfw 976e16b
Fix test
yfw a7f3391
ruff
yfw 4891923
Temporarily disable mcore inference test
yfw af1d4b6
Fix unit test
yfw 7e48f7b
Fix tokenizer issues
yfw f652c88
Merge remote-tracking branch 'origin/main' into yifu/mcore_bump_20260209
yfw 7ad9e52
Temporarily disable mcore generation functional test
yfw 6dd7fc5
Fix mcore ifnerece
9dceaf4
Re-enable mcore inference tests
yfw 03088ab
fix trests
1c9a1f4
Merge remote-tracking branch 'origin/main' into yifu/mcore_bump_20260209
yfw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Submodule Megatron-Bridge
updated
384 files
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
Submodule Megatron-LM
updated
966 files
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,30 +44,31 @@ | |
| CACHED_DEPENDENCIES = [ | ||
| # Default dependencies from pyproject.toml | ||
| "torch", | ||
| "numpy<2.0.0", | ||
| "numpy", | ||
| "packaging>=24.2", | ||
| # Dev dependencies from pyproject.toml | ||
| "nvidia-modelopt[torch]>=0.33.0a0,<0.34.0; sys_platform != 'darwin'", | ||
| "transformer-engine[pytorch]>=2.9.0a0,<2.10.0", | ||
| "nvidia-resiliency-ext>=0.4.0a0,<0.5.0", | ||
| "nvidia-modelopt[torch]; sys_platform != 'darwin'", | ||
| "transformer-engine[pytorch,core_cu13]>=2.9.0a0,<2.12.0", | ||
| "nvidia-resiliency-ext", | ||
| "tqdm", | ||
| "einops~=0.8", | ||
| "tensorstore~=0.1,!=0.1.46,!=0.1.72", | ||
| "nvtx~=0.2", | ||
| "multi-storage-client~=0.27", | ||
| "opentelemetry-api~=1.33.1", | ||
| "setuptools<80.0.0", | ||
| "mamba-ssm~=2.2", | ||
| "causal-conv1d~=1.5", | ||
| "flash-linear-attention~=0.3.2", | ||
| "nv-grouped-gemm~=1.1", | ||
| "megatron-energon[av_decode]~=6.0", | ||
| "av<16.0.0", | ||
| "flashinfer-python", | ||
| "av", | ||
| "flashinfer-python~=0.5.0", | ||
| "wget", | ||
| "onnxscript", | ||
| "flash-linear-attention~=0.3.2", | ||
| # VCS dependency - must match pyproject.toml [tool.uv.sources] | ||
| "emerging_optimizers @ git+https://github.com/NVIDIA-NeMo/[email protected]", | ||
| "datasets", | ||
| "fastapi~=0.50", | ||
| ] | ||
|
|
||
|
|
||
|
|
||
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.