Skip to content

Commit 9202a0f

Browse files
committed
fix qwen3-vl
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
1 parent 1c253fe commit 9202a0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm_ascend/patch/worker/patch_qwen3_vl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def __init__(
135135
if self.attn_backend not in {
136136
AttentionBackendEnum.FLASH_ATTN,
137137
AttentionBackendEnum.TORCH_SDPA,
138-
AttentionBackendEnum.XFORMERS,
139138
AttentionBackendEnum.ROCM_AITER_FA,
140139
}:
141140
raise RuntimeError(

0 commit comments

Comments
 (0)