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 29d1ffc commit 005ae9bCopy full SHA for 005ae9b
.buildkite/test-pipeline.yaml
@@ -273,7 +273,7 @@ steps:
273
# VLLM_USE_FLASHINFER_SAMPLER or not on H100.
274
- pytest -v -s v1/e2e
275
# Integration test for streaming correctness (requires special branch).
276
- - pip install -U git+https://github.com/robertgshaw2-neuralmagic/lm-evaluation-harness.git@streaming-api
+ - pip install -U git+https://github.com/robertgshaw2-redhat/lm-evaluation-harness.git@streaming-api
277
- pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
278
279
- label: Examples Test # 25min
0 commit comments