Skip to content

Commit

Permalink
[V1] LM Eval With Streaming Integration Tests (#11590)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat authored Feb 7, 2025
1 parent eaa92d4 commit 932c6b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ steps:
# TODO: accuracy does not match, whether setting
# VLLM_USE_FLASHINFER_SAMPLER or not on H100.
- VLLM_USE_V1=1 pytest -v -s v1/e2e
# Integration test for streaming correctness (requires special branch).
- pip install -U git+https://github.com/robertgshaw2-neuralmagic/lm-evaluation-harness.git@streaming-api
- pytest -v -s entrypoints/openai/test_accuracy.py::test_lm_eval_accuracy_v1_engine

- label: Examples Test # 25min
working_dir: "/vllm-workspace/examples"
Expand Down

0 comments on commit 932c6b7

Please sign in to comment.