Fix typo with softcapping
This commit is contained in:
parent
3d41db3e2c
commit
72e27c6320
@ -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
|
||||
return (out, softmax_lse) if return_softmax_lse else out
|
||||
|
||||
Loading…
Reference in New Issue
Block a user