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 52b47f6 commit 68db9c1Copy full SHA for 68db9c1
tests/e2e/test_spyre_cb.py
@@ -226,9 +226,6 @@ def test_long_context_batches(
226
result = extract_output(req_output)
227
results.append(result)
228
229
- assert len(results) == batch_size
230
-
231
- # Compare output against HF output
232
check_output_against_hf(
233
model=model,
234
backend=backend,
@@ -238,5 +235,3 @@ def test_long_context_batches(
238
235
)
239
236
240
237
force_engine_shutdown(vllm_model)
241
242
- force_engine_shutdown(vllm_model)
0 commit comments