Skip to content

Commit

Permalink
update unfused
Browse files Browse the repository at this point in the history
Signed-off-by: Ananth Subramaniam <[email protected]>
  • Loading branch information
ananthsub committed Dec 16, 2024
1 parent 6d5a201 commit 8d1c589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nemo/collections/llm/gpt/model/gemma.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ class GemmaConfig7B(GemmaConfig):
num_query_groups: int = 16
ffn_hidden_size: int = 24576

# Disable cuDNN attention since TE 1.8 does not support head dim > 128
attention_backend: AttnBackend = AttnBackend.flash


class CodeGemmaConfig2B(GemmaConfig2B):
pass
Expand Down

0 comments on commit 8d1c589

Please sign in to comment.