Skip to content

Commit d8aec46

Browse files
robertgshaw2-redhatSzymonOzog
authored andcommitted
[V1] LM Eval With Streaming Integration Tests (vllm-project#11590)
Signed-off-by: SzymonOzog <[email protected]>
1 parent 1ebde9d commit d8aec46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/test-pipeline.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ steps:
195195
# TODO: accuracy does not match, whether setting
196196
# VLLM_USE_FLASHINFER_SAMPLER or not on H100.
197197
- VLLM_USE_V1=1 pytest -v -s v1/e2e
198+
# Integration test for streaming correctness (requires special branch).
199+
- pip install -U git+https://github.com/robertgshaw2-neuralmagic/lm-evaluation-harness.git@streaming-api
200+
- pytest -v -s entrypoints/openai/test_accuracy.py::test_lm_eval_accuracy_v1_engine
198201

199202
- label: Examples Test # 25min
200203
working_dir: "/vllm-workspace/examples"

0 commit comments

Comments
 (0)