Skip to content

Commit

Permalink
update dist_ckpt format to zarr for PP>1 issue (#440)
Browse files Browse the repository at this point in the history
Signed-off-by: paul-gibbons <[email protected]>
  • Loading branch information
paul-gibbons authored Nov 18, 2024
1 parent 597f83a commit 64833d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ model:
# LLM configs
# use GPTModel from megatron.core
mcore_gpt: True
dist_ckpt_format: 'zarr'
moe_grouped_gemm: false
moe_token_dispatcher_type: alltoall
moe_aux_loss_coeff: 0.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ model:
# LLM configs
# use GPTModel from megatron.core
mcore_gpt: True
dist_ckpt_format: 'zarr'

moe_grouped_gemm: false
moe_token_dispatcher_type: alltoall
Expand Down

0 comments on commit 64833d9

Please sign in to comment.