mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-26 01:29:38 +08:00
[Bugfix] Fix multimodal configuration for Qwen3VL MOE model (#30670)
Signed-off-by: Max Hu <hyoung2991@gmail.com>
This commit is contained in:
parent
ed586e7724
commit
3f175f18a2
@ -418,6 +418,11 @@ class Qwen3VLMoeForConditionalGeneration(
|
||||
|
||||
self.config = config
|
||||
self.multimodal_config = multimodal_config
|
||||
self.use_data_parallel = multimodal_config.mm_encoder_tp_mode == "data"
|
||||
self.video_pruning_rate = multimodal_config.video_pruning_rate
|
||||
self.is_multimodal_pruning_enabled = (
|
||||
multimodal_config.is_multimodal_pruning_enabled()
|
||||
)
|
||||
|
||||
if not multimodal_config.get_limit_per_prompt(
|
||||
"image"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user