Skip to content

Commit

Permalink
Merge branch 'r2.0.0rc1' into r2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-garay authored Jul 9, 2024
2 parents 0f97b47 + dffbaf4 commit 25ce6f2
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 25ce6f2

Please sign in to comment.