Qwen3-VL-MoE EAGLE support for vLLM-Ascend (#6327)

### What this PR does / why we need it?
Qwen3-VL-MoE EAGLE support for vLLM-Ascend

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
The patch tested with Qwen3-VL-30B-A3B-Instruct model

- vLLM version: v0.14.1
- vLLM main:
dc917cceb8

Signed-off-by: Sergey_Zlobin <sirg_zlobin@mail.ru>
This commit is contained in:
Sergey-Zlobin
2026-01-29 11:44:30 +03:00
committed by GitHub
parent 41a52beb26
commit 6a7b3bc29c

View File

@@ -198,6 +198,7 @@ class EagleProposer(VllmEagleProposer):
if self.get_model_name(model) in [ if self.get_model_name(model) in [
"Qwen2_5_VLForConditionalGeneration", "Qwen2_5_VLForConditionalGeneration",
"Qwen3VLForConditionalGeneration", "Qwen3VLForConditionalGeneration",
"Qwen3VLMoeForConditionalGeneration",
]: ]:
self.model.config.image_token_index = model.config.image_token_id self.model.config.image_token_index = model.config.image_token_id
elif self.get_model_name( elif self.get_model_name(