Skip to content

Commit 0a0d149

Browse files
deitxfgeskyloevil
andcommitted
Remove unnecessary log
Co-authored-by: skyloevil <[email protected]>
1 parent 31b2195 commit 0a0d149

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vllm/model_executor/models/qwen3_vl.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,11 +1273,7 @@ def __init__(self, *, vllm_config: VllmConfig, prefix: str = "model"):
12731273
self.is_multimodal_pruning_enabled = (
12741274
multimodal_config.is_multimodal_pruning_enabled()
12751275
)
1276-
if self.is_multimodal_pruning_enabled:
1277-
logger.debug(
1278-
"EVS (Efficient Video Sampling) enabled with pruning_rate=%.2f",
1279-
self.video_pruning_rate,
1280-
)
1276+
12811277
if not multimodal_config.get_limit_per_prompt(
12821278
"image"
12831279
) and not multimodal_config.get_limit_per_prompt("video"):

0 commit comments

Comments
 (0)