[Benchmark] Add GLM-4.5-Air 128K PT config#4565
Open
liym27 wants to merge 1 commit into
Open
Conversation
|
Thanks for your contribution! |
bf14abc to
b04025d
Compare
Add benchmark config for GLM-4.5-Air (106B-A12B MoE, 46 layers) at 128K context length under PaddleFleet PT stage. Parallelism: TP=8, PP=4, EP=8, DP=1 (32 cards) PP layer distribution: [10, 12, 12, 12] (num_empty_layers_add_in_head=2, num_empty_layers_add_in_tail=0) Sequence length: 131072 Global batch size: 128 Learning rate: 5.0e-5 with cosine decay Router aux loss: 1.0e-4 Checkpoint format: flex_checkpoint
b04025d to
27f9169
Compare
PaddleFormers Log Analysis
日志分析报告
失败的测试 case: 根本原因分析: PR #4565( 修复建议:
🔄 每次 Re-run 后自动更新 |
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.
Add benchmark config for GLM-4.5-Air (106B-A12B MoE, 46 layers) at 128K context length under PaddleFleet PT stage.
Parallelism: TP=8, PP=4, EP=8, DP=1 (32 cards)
PP layer distribution: [10, 12, 12, 12]
(num_empty_layers_add_in_head=2, num_empty_layers_add_in_tail=0)
Sequence length: 131072
Global batch size: 128
Learning rate: 5.0e-5 with cosine decay
Router aux loss: 1.0e-4
Checkpoint format: flex_checkpoint
Before submitting
testsfolder. If there are codecov issues, please add tests cases first.PR types
PR changes
Description