Skip to content

Commit

Permalink
Fixed the tp overlap switch (#8195)
Browse files Browse the repository at this point in the history
Signed-off-by: Selvaraj Anandaraj <[email protected]>
Co-authored-by: Selvaraj Anandaraj <[email protected]>
Co-authored-by: Layali R <[email protected]>
  • Loading branch information
3 people authored and yaoyu-33 committed Jan 31, 2024
1 parent e440c0c commit a4ef3d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ def build_transformer_config(self) -> TransformerConfig:
'layernorm_zero_centered_gamma': layernorm_zero_centered_gamma,
'normalization': normalization,
'fp8': fp8,
'ub_tp_comm_overlap': ub_tp_comm_overlap,
'tp_comm_overlap': ub_tp_comm_overlap,
}

transformer_config = super().build_transformer_config()
Expand Down

0 comments on commit a4ef3d0

Please sign in to comment.