Skip to content

Commit ae66818

Browse files
[Misc] Fix pre-commit (#29238)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent d44a63c commit ae66818

File tree

1 file changed

+1
-1
lines changed
  • vllm/model_executor/model_loader

1 file changed

+1
-1
lines changed

vllm/model_executor/model_loader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
QuantizationConfig,
2020
QuantizeMethodBase,
2121
)
22-
2322
from vllm.model_executor.models.interfaces import SupportsQuant, supports_multimodal
2423
from vllm.utils.platform_utils import is_pin_memory_available
2524

@@ -173,6 +172,7 @@ def _get_model_architecture(model_config: ModelConfig) -> tuple[type[nn.Module],
173172
as_seq_cls_model,
174173
try_create_mm_pooling_model_cls,
175174
)
175+
176176
architectures = getattr(model_config.hf_config, "architectures", [])
177177

178178
model_cls, arch = model_config.registry.resolve_model_cls(

0 commit comments

Comments
 (0)