-
-
Couldn't load subscription status.
- Fork 10.8k
[docs] Benchmark Serving Incorrect Arg #25474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request addresses a typo in the benchmark documentation. It corrects the --endpoint argument for chat completions from the singular /v1/chat/completion to the plural /v1/chat/completions in two places. This change aligns the documentation with the actual API endpoint, ensuring the example commands are functional. The fix is correct and I have no further suggestions.
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com>
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com> Signed-off-by: charlifu <charlifu@amd.com>
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com> Signed-off-by: gaojc <1055866782@qq.com>
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com>
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com>
Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Purpose
change
--endpoint /v1/chat/completionto--endpoint /v1/chat/completionsTest Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.