Skip to content

Commit 80e9afb

Browse files
aarnphmrussellbmgoinnjhill
authored
[V1][Core] Support for Structured Outputs (vllm-project#12388)
Signed-off-by: Aaron Pham <[email protected]> Signed-off-by: Russell Bryant <[email protected]> Co-authored-by: Russell Bryant <[email protected]> Co-authored-by: Michael Goin <[email protected]> Co-authored-by: Nick Hill <[email protected]>
1 parent 1e3598e commit 80e9afb

26 files changed

+1528
-715
lines changed

.buildkite/test-pipeline.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ steps:
204204
- VLLM_USE_V1=1 pytest -v -s v1/engine
205205
- VLLM_USE_V1=1 pytest -v -s v1/sample
206206
- VLLM_USE_V1=1 pytest -v -s v1/worker
207+
- VLLM_USE_V1=1 pytest -v -s v1/structured_output
207208
- VLLM_USE_V1=1 pytest -v -s v1/test_stats.py
208209
- VLLM_USE_V1=1 pytest -v -s v1/test_utils.py
209210
# TODO: accuracy does not match, whether setting

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ _build/
197197
hip_compat.h
198198

199199
# Benchmark dataset
200-
benchmarks/*.json
200+
benchmarks/**/*.json
201201

202202
# Linting
203203
actionlint

0 commit comments

Comments
 (0)