mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-20 15:16:54 +08:00
address pre-commit & ci issue
Signed-off-by: bk-201 <joy25810@foxmail.com>
This commit is contained in:
parent
bbd90e8bae
commit
e2ea025ee3
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user