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 and ko3n1g committed Jan 10, 2025
1 parent 1e6ade2 commit d4e61cd
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 d4e61cd

Please sign in to comment.