Skip to content

Commit

Permalink
add end line
Browse files Browse the repository at this point in the history
  • Loading branch information
fsx950223 committed Jun 26, 2023
1 parent 8cc9e76 commit f2db1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/aitemplate/frontend/nn/attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ def __init__(self) -> None:

def forward(self, q, k, v):
attn = ops.mem_eff_attention(causal=False)(q, k, v)
return attn
return attn

0 comments on commit f2db1e8

Please sign in to comment.