fix docs serving typos. (#37936)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user