Skip to content

Commit

Permalink
fix tp_overlap config var name (NVIDIA#7928)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaowei Ren <xren@nvidia.com>
  • Loading branch information
xrennvidia authored Nov 22, 2023
1 parent 1a5ee38 commit 1801f64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ def build_transformer_config(self) -> TransformerConfig:
'recompute_method': recompute_method,
'recompute_num_layers': recompute_num_layers,
'distribute_saved_activations': False, # not currently used in NeMo
'ub_tp_comm_overlap': ub_tp_comm_overlap,
'tp_comm_overlap': ub_tp_comm_overlap,
'fp8': fp8,
}

Expand Down

0 comments on commit 1801f64

Please sign in to comment.