Skip to content

Commit

Permalink
Fix wrong docstring arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
kit1980 authored Aug 26, 2024
1 parent 00aba59 commit 019bd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xformers/ops/fmha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ def merge_attentions(
either as a list of tensors of shapes [B, G, H, M] or [B, H, M]
or as a single tensor of shape [num_chunks, B, G, H, M] or [num_chunks, B, H, M]
write_lse: whether to output LSE
out_dype: dtype of attn_out
output_dtype: dtype of attn_out
Returns:
attn_out: [B, M, G, H, Kq] or [B, M, H, Kq]
Expand Down

0 comments on commit 019bd37

Please sign in to comment.