Fix style check (#395)

This commit is contained in:
Angelos Katharopoulos
2024-01-07 05:54:58 -08:00
committed by GitHub
parent 48f6ca8c3a
commit 6ea6b4258d

View File

@@ -227,4 +227,4 @@ class ALiBi(Module):
)
if mask is not None:
alibi_mask = alibi_mask + mask
return attention_scores + alibi_mask
return attention_scores + alibi_mask