Skip to content

Commit

Permalink
Clean up unneeded defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Valerie Sarge <[email protected]>
  • Loading branch information
vysarge committed Oct 18, 2024
1 parent d5f2d7b commit e404834
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nemo/collections/llm/gpt/model/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ class LlamaConfig(GPTConfig):
attention_dropout: float = 0.0
hidden_dropout: float = 0.0
share_embeddings_and_output_weights: bool = False
deallocate_pipeline_outputs: bool = True
distribute_saved_activations: bool = False
fp16_lm_cross_entropy: bool = False
# Fusions
bias_activation_fusion: bool = True
masked_softmax_fusion: bool = True
Expand Down

0 comments on commit e404834

Please sign in to comment.