mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-11 23:14:50 +08:00
Fix style check (#395)
This commit is contained in:
committed by
GitHub
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
|
||||||
|
|||||||
Reference in New Issue
Block a user