mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
rocm ck flash attn api fix
This commit is contained in:
parent
8aece3bd68
commit
1b53c70523
@ -186,17 +186,12 @@ if ENGINE == "ck":
|
|||||||
out,
|
out,
|
||||||
cu_seqlens,
|
cu_seqlens,
|
||||||
cu_seqlens,
|
cu_seqlens,
|
||||||
None,
|
|
||||||
None,
|
|
||||||
None,
|
|
||||||
max_s,
|
max_s,
|
||||||
max_s,
|
max_s,
|
||||||
0.0,
|
0.0,
|
||||||
softmax_scale,
|
softmax_scale,
|
||||||
False,
|
False,
|
||||||
causal,
|
True,
|
||||||
window_size_left,
|
|
||||||
0,
|
|
||||||
False,
|
False,
|
||||||
None,
|
None,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user