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
2636d762
Unverified
Commit
2636d762
authored
Jan 20, 2026
by
Jee Jee Li
Committed by
GitHub
Jan 19, 2026
Browse files
[Misc] Remove unused ModelKeys (#32608)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
aa7f37cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
38 deletions
+1
-38
vllm/model_executor/models/module_mapping.py
vllm/model_executor/models/module_mapping.py
+1
-38
No files found.
vllm/model_executor/models/module_mapping.py
View file @
2636d762
...
@@ -8,44 +8,7 @@ from dataclasses import dataclass, field
...
@@ -8,44 +8,7 @@ from dataclasses import dataclass, field
@
dataclass
@
dataclass
class
ModelKeys
:
class
MultiModelKeys
:
model_type
:
str
=
None
module_list
:
str
=
None
embedding
:
str
=
None
mlp
:
str
=
None
down_proj
:
str
=
None
attention
:
str
=
None
o_proj
:
str
=
None
q_proj
:
str
=
None
k_proj
:
str
=
None
v_proj
:
str
=
None
qkv_proj
:
str
=
None
qk_proj
:
str
=
None
qa_proj
:
str
=
None
qb_proj
:
str
=
None
kva_proj
:
str
=
None
kvb_proj
:
str
=
None
output
:
str
=
None
@
dataclass
class
MultiModelKeys
(
ModelKeys
):
language_model
:
list
[
str
]
=
field
(
default_factory
=
list
)
language_model
:
list
[
str
]
=
field
(
default_factory
=
list
)
connector
:
list
[
str
]
=
field
(
default_factory
=
list
)
connector
:
list
[
str
]
=
field
(
default_factory
=
list
)
# vision tower and audio tower
# vision tower and audio tower
...
...
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