Skip to content

Commit

Permalink
fix pipeline parallel dtype bug (#9637)
Browse files Browse the repository at this point in the history
Signed-off-by: ashors1 <[email protected]>
  • Loading branch information
ashors1 committed Jul 9, 2024
1 parent 8898b76 commit 53cbc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nemo/lightning/_strategy_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def set_model_parallel_attributes(model, parallelism):
config.expert_model_parallel_size = parallelism.expert_model_parallel_size
config.moe_extended_tp = parallelism.moe_extended_tp
config.sequence_parallel = parallelism.sequence_parallel
config.pipeline_dtype = parallelism.pipeline_dtype

return config

Expand Down

0 comments on commit 53cbc7d

Please sign in to comment.