mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-18 21:47:12 +08:00
[FIX][Intel GPU]fix ipex flash_attn_varlen_func api missing parameter (#20348)
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
parent
9ec1e3065a
commit
27b8017636
@ -270,6 +270,7 @@ class ipex_ops:
|
||||
q_descale=None,
|
||||
k_descale=None,
|
||||
v_descale=None,
|
||||
num_splits=0,
|
||||
):
|
||||
if cu_seqlens_k is None:
|
||||
# cu_seqlens_k is not used in ipex kernel.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user