Skip to content

Commit 84ab4fe

Browse files
authored
[Doc] Fix typo (#18355)
1 parent 6781af5 commit 84ab4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/models/supported_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For a model to be compatible with the Transformers backend for vLLM it must:
5454

5555
If the compatible model is:
5656

57-
- on the Hugging Face Model Hub, simply set `trust_remote_code=True` for <project:#offline-inference> or `--trust-remode-code` for the <project:#openai-compatible-server>.
57+
- on the Hugging Face Model Hub, simply set `trust_remote_code=True` for <project:#offline-inference> or `--trust-remote-code` for the <project:#openai-compatible-server>.
5858
- in a local directory, simply pass directory path to `model=<MODEL_DIR>` for <project:#offline-inference> or `vllm serve <MODEL_DIR>` for the <project:#openai-compatible-server>.
5959

6060
This means that, with the Transformers backend for vLLM, new models can be used before they are officially supported in Transformers or vLLM!

0 commit comments

Comments
 (0)