Skip to content

Commit 8d928ec

Browse files
Further edits
Signed-off-by: Christian Pinto <[email protected]>
1 parent f0340ca commit 8d928ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-09-03-beyond-text-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These patches are then fed to the model for inference, with the resulting output
3636
</p>
3737

3838
Given these requirements, the obvious choice was to integrate vision transformers in vLLM as pooling models.
39-
In vLLM pooling models allow extracting the raw model output of the model via an identity pooler.
39+
In vLLM pooling models allow extracting the raw model output via an identity pooler.
4040
Identity poolers do not apply any transformation to the data and return it as is - exactly what we need.
4141
For the input, we exploit the existing multimodal input capabilities of vLLM to pre-proces images into tensors that are then fed to vLLM for inference.
4242

0 commit comments

Comments
 (0)