Add missing model configurations for Megatron and TorchTitan backends#611
Merged
Xiaoming-AMD merged 3 commits intomainfrom Mar 27, 2026
Merged
Add missing model configurations for Megatron and TorchTitan backends#611Xiaoming-AMD merged 3 commits intomainfrom
Xiaoming-AMD merged 3 commits intomainfrom
Conversation
Adds model and training configurations for: - Llama4 Scout 17Bx16E (BF16 and FP8 precision) - Llama4 Maverick 17Bx128E (BF16 and FP8 precision) - DeepSeek V3 236B (BF16 and FP8 precision) - Qwen3 4B, 8B, 14B (pretrain configs)
…en3) - Add model configs: - llama2_13B.yaml -qwen2.5_3B.yaml, qwen2.5_14B.yaml, qwen2.5_32B.yaml -qwen3_4B.yaml, qwen3_14B.yaml, qwen3_32B.yaml - Add BF16 and FP8 pretrain example configs : - Llama2: 13B (BF16, FP8) - Qwen2.5: 3B, 14B, 32B (BF16, FP8) - Qwen3: 8B(MI300X),4B, 14B, 32B (BF16, FP8)
Xiaoming-AMD
approved these changes
Mar 27, 2026
Xiaoming-AMD
approved these changes
Mar 27, 2026
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.
Summary
Add model definitions and pretrain example configs for multiple model scales that were previously missing from the Megatron and TorchTitan backends.
Megatron
TorchTitan