Open
Conversation
primus/backends/megatron/core/models/hybrid/hybrid_mamba_mla_layer_specs.py
Fixed
Show fixed
Hide fixed
4b8a061 to
2f3ab49
Compare
primus/backends/megatron/core/models/hybrid/hybrid_mamba_mla_layer_specs.py
Dismissed
Show dismissed
Hide dismissed
primus/backends/megatron/core/models/hybrid/hybrid_mamba_mla_layer_specs.py
Fixed
Show fixed
Hide fixed
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
eb40338 to
1fa2ed1
Compare
b06e13f to
6bc8f60
Compare
75cdaa5 to
7e43595
Compare
3a25bc2 to
564fa38
Compare
) Override Megatron build_tokenizer to support custom tokenizer types with HuggingFace Hub IDs - Fixes Llama2Tokenizer failing with Hub IDs in new architecture - All custom types now work consistently in legacy and new architectures --------- Co-authored-by: HuangWei-95 <weihuan@amd.com> Co-authored-by: Xiaoming-AMD <Xiaoming.Peng@amd.com>
- Update MegatronPretrainTrainer.run_train() to detect model_type from backend_args - Conditionally import pretrain_mamba or pretrain_gpt based on model_type - Pass model_type to get_model_provider() to use correct builder (mamba_builder vs gpt_builder) - Restore core runtime support for megatron as intended by commit cfe8cc0 - Fixes 'specialize for HybridStack' error when using core runtime with hybrid models
add env for TestMegatronTrainerDeterministic ci test Co-authored-by: HuangWei-95 <weihuan@amd.com>
Update all references to the Primus Docker base image across documentation, configuration files, CI/CD workflows, and example scripts to use the latest v26.1 release.
…odel_type detection
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.
No description provided.