Skip to content

Commit d75b767

Browse files
committed
Add support for qwen3_vl and qwen3_vl_moe
Signed-off-by: booker123456 <945658361@qq.com>
1 parent 60b691c commit d75b767

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm_ascend/models/qwen3_vl_moe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
})
5757
class AscendQwen3MoeLLMModel(Qwen3MoeLLMModel):
5858
def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):
59-
# super().__init__(vllm_config=vllm_config, prefix=prefix)
6059
nn.Module.__init__(self)
6160
config = vllm_config.model_config.hf_config.get_text_config()
6261
cache_config = vllm_config.cache_config
@@ -131,7 +130,6 @@ class AscendQwen3MoeLLMForCausalLM(Qwen3MoeLLMForCausalLM):
131130
fall_back_to_pt_during_load = False
132131

133132
def __init__(self, *, vllm_config: VllmConfig, prefix: str = ""):
134-
# super(Qwen3MoeLLMForCausalLM).__init__()
135133
nn.Module.__init__(self)
136134
SupportsPP.__init__(self)
137135
SupportsLoRA.__init__(self)

0 commit comments

Comments
 (0)