Skip to content

Commit 0128fbf

Browse files
committed
solve pre-commit
1 parent 44a6e5a commit 0128fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/qwen3_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +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-
1276+
12771277
if not multimodal_config.get_limit_per_prompt(
12781278
"image"
12791279
) and not multimodal_config.get_limit_per_prompt("video"):

0 commit comments

Comments
 (0)