-
Notifications
You must be signed in to change notification settings - Fork 462
[Structured Output][CI] Add test for outlines
backend for structured output in CI
#2283
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
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2283 +/- ##
==========================================
- Coverage 77.70% 77.69% -0.02%
==========================================
Files 132 132
Lines 17521 17521
==========================================
- Hits 13615 13613 -2
- Misses 3906 3908 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5e24c92
to
202dabb
Compare
Signed-off-by: shen-shanshan <467638484@qq.com>
@wangxiyuan The CI has passed, just adding a new backend test. |
…d output in CI (vllm-project#2283) ### What this PR does / why we need it? Add test for `outlines` backend for structured output in CI. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tests have all passed with: ```bash pytest -sv tests/e2e/singlecard/test_guided_decoding.py ``` - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@5341565 --------- Signed-off-by: shen-shanshan <467638484@qq.com>
…d output in CI (vllm-project#2283) ### What this PR does / why we need it? Add test for `outlines` backend for structured output in CI. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tests have all passed with: ```bash pytest -sv tests/e2e/singlecard/test_guided_decoding.py ``` - vLLM version: v0.10.0 - vLLM main: vllm-project/vllm@5341565 --------- Signed-off-by: shen-shanshan <467638484@qq.com>
What this PR does / why we need it?
Add test for
outlines
backend for structured output in CI.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Tests have all passed with: