address pre-commit & ci issue

Signed-off-by: bk-201 <joy25810@foxmail.com>
This commit is contained in:
bk-201 2025-12-11 03:46:27 +00:00
parent bbd90e8bae
commit e2ea025ee3
2 changed files with 4 additions and 1 deletions

View File

@ -153,7 +153,7 @@ EXPECTED_OUTPUTS_VISION_QWEN2_5_VL = [
EXPECTED_OUTPUTS_VISION_QWEN3_VL = [
"A black SUV drives past a stop sign in front of a Chinese gate.",
"A white tower is seen through pink flowers.",
"A tall white tower is seen through pink flowers.",
]
# NOTE - beam search .text contains the whole text

View File

@ -137,6 +137,9 @@ class LoRAModelManager:
if not self.supports_mm_lora:
return
assert vllm_config is not None, (
"vllm_config should not be None when supports_mm_lora is True"
)
mm_budget = MultiModalBudget(
model_config,
vllm_config.scheduler_config,