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
dd382e0f
Unverified
Commit
dd382e0f
authored
Jul 08, 2025
by
Cyrus Leung
Committed by
GitHub
Jul 08, 2025
Browse files
[Model] Implement missing `get_language_model` for Keye-VL (#20631)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
849590a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vllm/model_executor/models/keye.py
vllm/model_executor/models/keye.py
+3
-0
No files found.
vllm/model_executor/models/keye.py
View file @
dd382e0f
...
...
@@ -1592,6 +1592,9 @@ class KeyeForConditionalGeneration(nn.Module, SupportsMultiModal, SupportsLoRA,
return
modalities
def
get_language_model
(
self
)
->
torch
.
nn
.
Module
:
return
self
.
language_model
def
get_multimodal_embeddings
(
self
,
**
kwargs
:
object
)
->
Optional
[
MultiModalEmbeddings
]:
...
...
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