[BugFix][EPD] adapt for qwen3.5-mtp & del duplicated logs (#24144)
This commit is contained in:
@@ -24,6 +24,7 @@ from sglang.srt.models.qwen3_5 import (
|
||||
Qwen3_5ForConditionalGeneration,
|
||||
Qwen3_5MoeForConditionalGeneration,
|
||||
)
|
||||
from sglang.srt.models.qwen3_5_mtp import Qwen3_5ForCausalLMMTP
|
||||
from sglang.srt.models.qwen3_omni_moe import Qwen3OmniMoeForConditionalGeneration
|
||||
from sglang.srt.models.qwen3_vl import Qwen3VLForConditionalGeneration
|
||||
from sglang.srt.models.qwen3_vl_moe import Qwen3VLMoeForConditionalGeneration
|
||||
@@ -247,6 +248,7 @@ class QwenVLImageProcessor(SGLangBaseProcessor):
|
||||
Qwen3VLMoeForConditionalGeneration,
|
||||
Qwen3_5ForConditionalGeneration,
|
||||
Qwen3_5MoeForConditionalGeneration,
|
||||
Qwen3_5ForCausalLMMTP,
|
||||
InternS2PreviewForConditionalGeneration,
|
||||
Qwen3OmniMoeForConditionalGeneration,
|
||||
]
|
||||
@@ -475,7 +477,6 @@ class QwenVLImageProcessor(SGLangBaseProcessor):
|
||||
embedding_start : embedding_start + num_tokens
|
||||
]
|
||||
consumed_per_modality[modality] = embedding_start + num_tokens
|
||||
logger.info(f"Get embedding slice for {modality}, num_tokens={num_tokens}")
|
||||
mm_items.append(
|
||||
MultimodalDataItem(
|
||||
modality=modality,
|
||||
|
||||
Reference in New Issue
Block a user