Skip to content

Commit c51dd61

Browse files
committed
vb's suggestions
1 parent 64655be commit c51dd61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/2025-04-11-transformers-backend.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ This section will hold all the updates that have taken place since the blog post
2626

2727
### Support for Vision Language Models (21st July 2025)
2828

29-
vLLM with the transformers backend now supports Vision Language Models. Here is how one would use
30-
the API.
29+
vLLM with the transformers backend now supports **Vision Language Models**. When user adds `model_impl="transformers"`,
30+
the correct class for text-only and multimodality will be deduced and loaded.
31+
32+
Here is how one would use the API.
3133

3234
```python
3335
from vllm import LLM, SamplingParams

0 commit comments

Comments
 (0)