Multi-Modal Unavailable on vLLM 0.27.1

#1
by sekiropuddin - opened

(APIServer pid=16407) INFO 08-26 12:41:58 [model.py:645] Resolved architecture: Qwen3_5ForConditionalGeneration
(APIServer pid=16407) INFO 08-26 12:41:58 [model.py:1883] Using max model len 262144
(APIServer pid=16407) INFO 08-26 12:42:01 [cache.py:296] Using fp8 data type to store kv cache. It reduces the GPU memory footprint and boosts the performance. Meanwhile, it may cause accuracy drop without a proper scaling factor
(APIServer pid=16407) INFO 08-26 12:42:08 [model.py:645] Resolved architecture: Qwen3_5MTP
(APIServer pid=16407) INFO 08-26 12:42:08 [model.py:1883] Using max model len 262144
(APIServer pid=16407) WARNING 08-26 12:42:08 [registry.py:117] Model /mnt/e/LLMs/RedHatAI--Qwen3.5-9B-FP8-dynamic is treated as multimodal but has no registered multimodal processor; running in text-only mode.

I launched this model on vLLM 0.27.1, but the log says it's running in text-only mode due to the lack of multimodal processor.

Sign up or log in to comment