mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-22 21:16:47 +08:00
Fix style check (#395)
This commit is contained in:
parent
48f6ca8c3a
commit
6ea6b4258d
@ -227,4 +227,4 @@ class ALiBi(Module):
|
|||||||
)
|
)
|
||||||
if mask is not None:
|
if mask is not None:
|
||||||
alibi_mask = alibi_mask + mask
|
alibi_mask = alibi_mask + mask
|
||||||
return attention_scores + alibi_mask
|
return attention_scores + alibi_mask
|
||||||
|
Loading…
Reference in New Issue
Block a user