We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64655be commit c51dd61Copy full SHA for c51dd61
_posts/2025-04-11-transformers-backend.md
@@ -26,8 +26,10 @@ This section will hold all the updates that have taken place since the blog post
26
27
### Support for Vision Language Models (21st July 2025)
28
29
-vLLM with the transformers backend now supports Vision Language Models. Here is how one would use
30
-the API.
+vLLM with the transformers backend now supports **Vision Language Models**. When user adds `model_impl="transformers"`,
+the correct class for text-only and multimodality will be deduced and loaded.
31
+
32
+Here is how one would use the API.
33
34
```python
35
from vllm import LLM, SamplingParams
0 commit comments