Skip to content

Commit

Permalink
Fix Gemma2 Attention init args (#11792)
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyoubi authored Jan 9, 2025
1 parent 84b2bf0 commit 6db1bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(
attn_mask_type: AttnMaskType,
attention_type: str,
attention_dropout: float = None,
cp_comm_type: str = None,
**kwargs,
):
super().__init__(config=config)

Expand Down

0 comments on commit 6db1bfe

Please sign in to comment.