Skip to content

Commit 2dee3ab

Browse files
committed
add note
Signed-off-by: wangli <[email protected]>
1 parent c0de053 commit 2dee3ab

File tree

2 files changed

+3
-49
lines changed

2 files changed

+3
-49
lines changed

vllm_ascend/patch/platform/patch_platform.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

vllm_ascend/platform.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@ def get_attn_backend_cls(
388388
use_mla,
389389
has_sink=False,
390390
use_sparse=False,
391+
# NOTE: Please pay special attention to the order of these parameters.
392+
# Although we are only using some of them so far
393+
# vllm passes them in sequence when using this interface.
391394
use_mm_prefix: bool = False,
392395
attn_type: str | None = None,
393396
):

0 commit comments

Comments
 (0)