Skip to content

Commit c9b5afb

Browse files
Fix VLLMModel example in models docs (#976)
Signed-off-by: zhanluxianshen <[email protected]>
1 parent c641c12 commit c9b5afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/reference/models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ print(model([{"role": "user", "content": "Ok!"}], stop_sequences=["great"]))
173173
Model to use [vLLM](https://docs.vllm.ai/) for fast LLM inference and serving.
174174

175175
```python
176-
from smolagents import MLXModel
176+
from smolagents import VLLMModel
177177

178178
model = VLLMModel(model_id="HuggingFaceTB/SmolLM-135M-Instruct")
179179

0 commit comments

Comments
 (0)