[docs] Benchmark Serving Incorrect Arg (#25474)

Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
vllmellm 2025-09-23 21:05:11 +08:00 committed by yewentao256
parent 59659b74c4
commit 77389d87b2

View File

@ -680,7 +680,7 @@ vllm bench serve \
--save-result \ --save-result \
--result-dir ~/vllm_benchmark_results \ --result-dir ~/vllm_benchmark_results \
--save-detailed \ --save-detailed \
--endpoint /v1/chat/completion --endpoint /v1/chat/completions
``` ```
##### Videos (ShareGPT4Video) ##### Videos (ShareGPT4Video)
@ -707,7 +707,7 @@ vllm bench serve \
--save-result \ --save-result \
--result-dir ~/vllm_benchmark_results \ --result-dir ~/vllm_benchmark_results \
--save-detailed \ --save-detailed \
--endpoint /v1/chat/completion --endpoint /v1/chat/completions
``` ```
##### Synthetic Random Images (random-mm) ##### Synthetic Random Images (random-mm)