-
-
Notifications
You must be signed in to change notification settings - Fork 11k
update benchmark_serving_structured_output to include auto backend #16438
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
update benchmark_serving_structured_output to include auto backend #16438
Conversation
Signed-off-by: Chenyaaang <[email protected]>
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
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.
Oh I see now, nice! Auto is now the default for both v0 and v1 right?
Yeah. In V0, |
Yes, my understanding is v0 and v1 can both use auto. In v0 auto will fallback to xgrammar, while in V1 auto will select from xgrammar and guidance. |
…llm-project#16438) Signed-off-by: Chenyaaang <[email protected]> Signed-off-by: Yang Wang <[email protected]>
…llm-project#16438) Signed-off-by: Chenyaaang <[email protected]>
…llm-project#16438) Signed-off-by: Chenyaaang <[email protected]>
…llm-project#16438) Signed-off-by: Chenyaaang <[email protected]> Signed-off-by: Mu Huai <[email protected]>
follow up #15724
After setting structured output backend to auto, update the benchmark script to also accept "auto" as structured-output-backend.