Skip to content

Commit

Permalink
add deallocate pipeline output optimization
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Zhang <jiemingz@nvidia.com>
  • Loading branch information
jiemingz committed Jan 30, 2024
1 parent 7b2415a commit 788ed1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def build_transformer_config(self) -> TransformerConfig:
'recompute_num_layers': recompute_num_layers,
'distribute_saved_activations': False, # not currently used in NeMo
'fp8': None,
'deallocate_pipeline_outputs': True
}

# populate the transformer config dict
Expand Down

0 comments on commit 788ed1b

Please sign in to comment.