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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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