Commit 72e27c63 authored by Tri Dao's avatar Tri Dao
Browse files

Fix typo with softcapping

parent 3d41db3e
......@@ -721,7 +721,7 @@ def flash_attn_qkvpacked_func(
softmax_scale,
causal,
window_size,
softcapping,
softcap,
alibi_slopes,
deterministic,
return_attn_probs,
......@@ -1270,4 +1270,4 @@ def flash_attn_with_kvcache(
rotary_interleaved,
num_splits,
)
return (out, softmax_lse) if return_softmax_lse else out
\ No newline at end of file
return (out, softmax_lse) if return_softmax_lse else out
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment