Skip to content

Commit 0d9fe26

Browse files
authored
[docs] Benchmark Serving Incorrect Arg (#25474)
Signed-off-by: vllmellm <[email protected]>
1 parent 273690a commit 0d9fe26

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)