-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[CI] Expand test_guided_generate to test all backends #11313
[CI] Expand test_guided_generate to test all backends #11313
Conversation
Signed-off-by: mgoin <michael@neuralmagic.com>
👋 Hi! Thank you for contributing to the vLLM project. 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 do one of these:
🚀 |
…1313) Signed-off-by: mgoin <michael@neuralmagic.com>
…1313) Signed-off-by: mgoin <michael@neuralmagic.com>
…1313) Signed-off-by: mgoin <michael@neuralmagic.com>
…1313) Signed-off-by: mgoin <michael@neuralmagic.com>
…1313) Signed-off-by: mgoin <michael@neuralmagic.com> Signed-off-by: Bowen Wang <abmfy@icloud.com>
…1313) Signed-off-by: mgoin <michael@neuralmagic.com>
…1313) Signed-off-by: mgoin <michael@neuralmagic.com>
Previously we were only testing the default structured output backend, so we should expand to explicitly call all backends. This revealed some lack of support in outlines for json_object and lm-format-enforcer for regex patterns in json schemas.
I also found some of the tests are flaky for some backends due to bad model output (many many newlines or filler tokens), so using a higher quality Qwen2.5 model helped