From cc68070d41953d67e577db9541d048c936c58b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E9=9C=B2=E5=85=88=E7=94=9F?= Date: Tue, 6 May 2025 21:32:44 +0800 Subject: [PATCH] fix docs serving typos. (#37936) Signed-off-by: zhanluxianshen --- docs/source/en/serving.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/serving.md b/docs/source/en/serving.md index 1c665e4bc4..c240e566a5 100644 --- a/docs/source/en/serving.md +++ b/docs/source/en/serving.md @@ -51,7 +51,7 @@ By default, vLLM serves the native implementation and if it doesn't exist, it fa ```shell vllm serve Qwen/Qwen2.5-1.5B-Instruct \ --task generate \ - --model-impl transformers \ + --model-impl transformers ``` 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 \ --task generate \ --model-impl transformers \ - --trust-remote-code \ + --trust-remote-code ``` \ No newline at end of file