Skip to content

Commit f8eea45

Browse files
committed
llama4
Signed-off-by: NickLucche <[email protected]>
1 parent 41d5cfe commit f8eea45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vllm/model_executor/models/mllama4.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,9 @@ def _process_image_input(
742742
for img in vision_embeddings_flat.split(patches_per_image, dim=0)
743743
]
744744

745+
def get_language_model(self) -> torch.nn.Module:
746+
return self.language_model
747+
745748
def get_multimodal_embeddings(self,
746749
**kwargs) -> Optional[MultiModalEmbeddings]:
747750
image_input = self._parse_and_validate_image_input(**kwargs)

0 commit comments

Comments
 (0)