fix docs serving typos. (#37936)

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
湛露先生
2025-05-06 21:32:44 +08:00
committed by GitHub
parent b1375177fc
commit cc68070d41

View File

@@ -51,7 +51,7 @@ By default, vLLM serves the native implementation and if it doesn't exist, it fa
```shell ```shell
vllm serve Qwen/Qwen2.5-1.5B-Instruct \ vllm serve Qwen/Qwen2.5-1.5B-Instruct \
--task generate \ --task generate \
--model-impl transformers \ --model-impl transformers
``` ```
Add the `trust-remote-code` parameter to enable loading a remote code model. Add the `trust-remote-code` parameter to enable loading a remote code model.
@@ -60,5 +60,5 @@ Add the `trust-remote-code` parameter to enable loading a remote code model.
vllm serve Qwen/Qwen2.5-1.5B-Instruct \ vllm serve Qwen/Qwen2.5-1.5B-Instruct \
--task generate \ --task generate \
--model-impl transformers \ --model-impl transformers \
--trust-remote-code \ --trust-remote-code
``` ```