diff --git a/docs/source/models/supported_models.md b/docs/source/models/supported_models.md index 80eccfd034af2..4d574216242b8 100644 --- a/docs/source/models/supported_models.md +++ b/docs/source/models/supported_models.md @@ -54,7 +54,7 @@ For a model to be compatible with the Transformers backend for vLLM it must: If the compatible model is: -- on the Hugging Face Model Hub, simply set `trust_remote_code=True` for or `--trust-remode-code` for the . +- on the Hugging Face Model Hub, simply set `trust_remote_code=True` for or `--trust-remote-code` for the . - in a local directory, simply pass directory path to `model=` for or `vllm serve ` for the . This means that, with the Transformers backend for vLLM, new models can be used before they are officially supported in Transformers or vLLM!