follow-up: move Idefics2 to a shared location to eliminate unexpected dependency. (#6603)

This commit is contained in:
Lifu Huang
2025-05-26 19:23:59 -07:00
committed by GitHub
parent 3ce94f71f9
commit 79a39ac0cc
5 changed files with 358 additions and 320 deletions

View File

@@ -6,7 +6,7 @@ from sglang.srt.managers.multimodal_processors.base_processor import (
MultimodalSpecialTokens,
)
from sglang.srt.managers.schedule_batch import Modality, MultimodalDataItem
from sglang.srt.models.phi4mmvllm import Phi4MMForCausalLM
from sglang.srt.models.phi4mm import Phi4MMForCausalLM
logger = logging.getLogger(__name__)