forked from NVIDIA/Megatron-LM
-
Notifications
You must be signed in to change notification settings - Fork 30
Update stable branch with rocm_dev #92
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
Closed
Conversation
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
…ad_stats_parallel_group.
Rename optimizer's model_parallel_group -> grad_stats_parallel_group. See merge request ADLR/megatron-lm!2240
Co-authored-by: Deepak Narayanan <[email protected]> Co-authored-by: Oliver Koenig <[email protected]> Co-authored-by: James Shen <[email protected]> Co-authored-by: Kirthi Shankar Sivamani <[email protected]> Co-authored-by: Keshav Santhanam <[email protected]> Co-authored-by: jasonwan <[email protected]>
Add support for PyTorch FSDP-2 See merge request ADLR/megatron-lm!2150
Update simple_text_generation_controller.py See merge request ADLR/megatron-lm!2345
…oder, encoder-decoder) to be compatible with all 3 TE backends Co-authored-by: Huy Vu2 <[email protected]> Co-authored-by: root <[email protected]>
Updating all T5 attention masks (encoder, decoder, encoder-decoder) to be compatible with all 3 TE backends See merge request ADLR/megatron-lm!2273
Co-authored-by: root <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: root <[email protected]>
Add hierarchical cp comm group See merge request ADLR/megatron-lm!2279
Add missing arg to save_checkpoint call See merge request ADLR/megatron-lm!2351
NVLM example scripts See merge request ADLR/megatron-lm!2306
ci: Re-enable llava tests See merge request ADLR/megatron-lm!2348
ci: Retry download assets See merge request ADLR/megatron-lm!2357
… ckpt-format when epp>1 Co-authored-by: Jon Barker <[email protected]>
Support etp==tp when epp==0 and enforce torch ckpt-format when epp>1 See merge request ADLR/megatron-lm!2260
Co-authored-by: Shanmugam Ramasamy <[email protected]>
QKNorm to work with TENorm See merge request ADLR/megatron-lm!2347
Support RMSNorm when TE and Apex are not installed See merge request ADLR/megatron-lm!2015
Clarifications for batch x pipeline parallel logic See merge request ADLR/megatron-lm!2343
…or TE cuDNN FusedAttention Co-authored-by: yaoyu-33 <[email protected]>
Add attention bias arg in MCore transformer for TE cuDNN FusedAttention See merge request ADLR/megatron-lm!2293
chore: Add mypy optionally See merge request ADLR/megatron-lm!2360
…_rocm [Fix] LayerNorm and RMSNorm not compatible on TE 1.13
…on_rocm Revert "[Fix] LayerNorm and RMSNorm not compatible on TE 1.13"
tests: add TENorm constructor tests
fix: support MoE models serving with EP
pinned TE and added pytest arg to make distributed test more stable
…ity (#84) * Updated iter count to ensure pytorch profiler stability * Included change into `train_llama2.sh`
Docker file fixes
* add keep_fp8_weight_transpose_cache to control memory allocation in TE * check TE class signature * update te min version for weight cache transpose * updated fsdp args in examples/train_llama
feat: add LoRA adapter layer and Mixtral LoRA training
Signed-off-by: Gene Der Su <[email protected]>
drop the need for GitHub token
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.
Motivation
To update the stable branch and to get latest features from the rocm_dev branch.
Test Plan
Unit tests will be run before PR Merge.
Test Result
N/A
Submission Checklist