Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
ae668183
Unverified
Commit
ae668183
authored
Nov 22, 2025
by
Cyrus Leung
Committed by
GitHub
Nov 22, 2025
Browse files
[Misc] Fix pre-commit (#29238)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
d44a63c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/model_loader/utils.py
vllm/model_executor/model_loader/utils.py
+1
-1
No files found.
vllm/model_executor/model_loader/utils.py
View file @
ae668183
...
...
@@ -19,7 +19,6 @@ from vllm.model_executor.layers.quantization.base_config import (
QuantizationConfig
,
QuantizeMethodBase
,
)
from
vllm.model_executor.models.interfaces
import
SupportsQuant
,
supports_multimodal
from
vllm.utils.platform_utils
import
is_pin_memory_available
...
...
@@ -173,6 +172,7 @@ def _get_model_architecture(model_config: ModelConfig) -> tuple[type[nn.Module],
as_seq_cls_model
,
try_create_mm_pooling_model_cls
,
)
architectures
=
getattr
(
model_config
.
hf_config
,
"architectures"
,
[])
model_cls
,
arch
=
model_config
.
registry
.
resolve_model_cls
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment