File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ steps:
348348 - pytest -v -s -m 'not cpu_test' v1/metrics
349349 - pytest -v -s v1/test_oracle.py
350350 - pytest -v -s v1/test_request.py
351+ - pytest -v -s v1/test_outputs.py
351352 # Integration test for streaming correctness (requires special branch).
352353 - pip install -U git+https://github.com/robertgshaw2-redhat/lm-evaluation-harness.git@streaming-api
353354 - pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ steps:
329329 - pytest -v -s -m 'not cpu_test' v1/metrics
330330 - pytest -v -s v1/test_oracle.py
331331 - pytest -v -s v1/test_request.py
332+ - pytest -v -s v1/test_outputs.py
332333 # Integration test for streaming correctness (requires special branch).
333334 - pip install -U git+https://github.com/robertgshaw2-redhat/lm-evaluation-harness.git@streaming-api
334335 - pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
You can’t perform that action at this time.
0 commit comments