Skip to content

Commit 005ae9b

Browse files
authored
Fix bad lm-eval fork (#21318)
1 parent 29d1ffc commit 005ae9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ steps:
273273
# VLLM_USE_FLASHINFER_SAMPLER or not on H100.
274274
- pytest -v -s v1/e2e
275275
# Integration test for streaming correctness (requires special branch).
276-
- pip install -U git+https://github.com/robertgshaw2-neuralmagic/lm-evaluation-harness.git@streaming-api
276+
- pip install -U git+https://github.com/robertgshaw2-redhat/lm-evaluation-harness.git@streaming-api
277277
- pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
278278

279279
- label: Examples Test # 25min

0 commit comments

Comments
 (0)