Skip to content

Commit 111f445

Browse files
committed
vllm break of PR:vllm-project/vllm#24794
Signed-off-by: leo-pony <[email protected]>
1 parent a943d78 commit 111f445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm_ascend/platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ def get_attn_backend_cls(
393393
use_mla,
394394
has_sink=False,
395395
use_sparse=False,
396+
attn_type: str | None = None,
396397
):
397398
if not use_v1:
398399
raise ValueError("vLLM Ascend does not support V0 engine.")

0 commit comments

Comments
 (0)