Skip to content

Commit ff0c1ea

Browse files
vllmellmcharlifu
authored andcommitted
[docs] Benchmark Serving Incorrect Arg (vllm-project#25474)
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com> Signed-off-by: charlifu <charlifu@amd.com>
1 parent ae6abfe commit ff0c1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/benchmarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ vllm bench serve \
680680
--save-result \
681681
--result-dir ~/vllm_benchmark_results \
682682
--save-detailed \
683-
--endpoint /v1/chat/completion
683+
--endpoint /v1/chat/completions
684684
```
685685

686686
##### Videos (ShareGPT4Video)
@@ -707,7 +707,7 @@ vllm bench serve \
707707
--save-result \
708708
--result-dir ~/vllm_benchmark_results \
709709
--save-detailed \
710-
--endpoint /v1/chat/completion
710+
--endpoint /v1/chat/completions
711711
```
712712

713713
##### Synthetic Random Images (random-mm)

0 commit comments

Comments
 (0)