diff --git a/vllm_ascend/spec_decode/eagle_proposer.py b/vllm_ascend/spec_decode/eagle_proposer.py index 505326c8..c23c1751 100644 --- a/vllm_ascend/spec_decode/eagle_proposer.py +++ b/vllm_ascend/spec_decode/eagle_proposer.py @@ -198,6 +198,7 @@ class EagleProposer(VllmEagleProposer): if self.get_model_name(model) in [ "Qwen2_5_VLForConditionalGeneration", "Qwen3VLForConditionalGeneration", + "Qwen3VLMoeForConditionalGeneration", ]: self.model.config.image_token_index = model.config.image_token_id elif self.get_model_name(