-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[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
Signed-off-by: vllmellm <[email protected]>
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 <[email protected]>
Signed-off-by: vllmellm <[email protected]> Signed-off-by: charlifu <[email protected]>
Signed-off-by: vllmellm <[email protected]> Signed-off-by: yewentao256 <[email protected]>
Signed-off-by: vllmellm <[email protected]> Signed-off-by: gaojc <[email protected]>
Signed-off-by: vllmellm <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
Signed-off-by: vllmellm <[email protected]>
Purpose
change
--endpoint /v1/chat/completion
to--endpoint /v1/chat/completions
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.md
andexamples
for a new model.