We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa92d4 commit 932c6b7Copy full SHA for 932c6b7
.buildkite/test-pipeline.yaml
@@ -195,6 +195,9 @@ steps:
195
# TODO: accuracy does not match, whether setting
196
# VLLM_USE_FLASHINFER_SAMPLER or not on H100.
197
- 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
201
202
- label: Examples Test # 25min
203
working_dir: "/vllm-workspace/examples"
0 commit comments