Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ modules:
# hyper parameters
train_iters: 10
micro_batch_size: 2
global_batch_size: 128
global_batch_size: 512
Comment thread
JohnQinAMD marked this conversation as resolved.
seq_length: 8192
max_position_embeddings: 8192
lr: 1.0e-5
Expand Down
2 changes: 1 addition & 1 deletion examples/megatron/configs/MI355X/grok1-FP8-pretrain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ modules:
# hyper parameters
train_iters: 10
micro_batch_size: 2
global_batch_size: 128
global_batch_size: 512
Comment thread
JohnQinAMD marked this conversation as resolved.
seq_length: 8192
max_position_embeddings: 8192
lr: 1.0e-5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ modules:
lr: 8.0e-5

parallelism:
tensor_parallel_degree: 8
tensor_parallel_degree: 1

activation_checkpoint:
mode: full
Expand Down