mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-19 11:17:06 +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 = [
|
EXPECTED_OUTPUTS_VISION_QWEN3_VL = [
|
||||||
"A black SUV drives past a stop sign in front of a Chinese gate.",
|
"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
|
# NOTE - beam search .text contains the whole text
|
||||||
|
|||||||
@ -137,6 +137,9 @@ class LoRAModelManager:
|
|||||||
if not self.supports_mm_lora:
|
if not self.supports_mm_lora:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
assert vllm_config is not None, (
|
||||||
|
"vllm_config should not be None when supports_mm_lora is True"
|
||||||
|
)
|
||||||
mm_budget = MultiModalBudget(
|
mm_budget = MultiModalBudget(
|
||||||
model_config,
|
model_config,
|
||||||
vllm_config.scheduler_config,
|
vllm_config.scheduler_config,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user