You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-09-03-beyond-text-generation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ These patches are then fed to the model for inference, with the resulting output
36
36
</p>
37
37
38
38
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.
40
40
Identity poolers do not apply any transformation to the data and return it as is - exactly what we need.
41
41
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.
0 commit comments