Skip to content

Commit 201b768

Browse files
authored
Update _posts/2025-04-11-transformers-backend.md
Signed-off-by: Harry Mellor <[email protected]>
1 parent 8ffc233 commit 201b768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ For a model already in transformers (and compatible with vLLM), this is what we
113113
llm = LLM(model="new-transformers-model", model_impl="transformers")
114114
```
115115

116-
> ![NOTE]
116+
> [!NOTE]
117117
> It is not a strict necessity to add `model_impl` parameter. vLLM switches to the transformers
118-
implementation on its own if the model is not natively supported in vLLM.
118+
> implementation on its own if the model is not natively supported in vLLM.
119119
120120
Or for a custom model from the Hugging Face Hub:
121121

0 commit comments

Comments
 (0)