Unverified Commit a362340b authored by lxww302's avatar lxww302 Committed by GitHub
Browse files

fix: multimodal_config in monkey_patch_vllm_dummy_weight_loader (#1260)

parent 381dd57b
......@@ -407,7 +407,6 @@ def monkey_patch_vllm_dummy_weight_loader():
DummyModelLoader,
LoRAConfig,
ModelConfig,
MultiModalConfig,
ParallelConfig,
SchedulerConfig,
_initialize_model,
......@@ -422,7 +421,6 @@ def monkey_patch_vllm_dummy_weight_loader():
model_config: ModelConfig,
device_config: DeviceConfig,
lora_config: Optional[LoRAConfig],
multimodal_config: Optional[MultiModalConfig],
parallel_config: ParallelConfig,
scheduler_config: SchedulerConfig,
cache_config: CacheConfig,
......@@ -433,7 +431,6 @@ def monkey_patch_vllm_dummy_weight_loader():
model_config,
self.load_config,
lora_config,
multimodal_config,
cache_config,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment