Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 30, 2024
1 parent 788ed1b commit 14cb94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +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
'deallocate_pipeline_outputs': True,
}

# populate the transformer config dict
Expand Down

0 comments on commit 14cb94f

Please sign in to comment.