Skip to content

Commit

Permalink
🎨 fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Gupta <prashantgupta@us.ibm.com>
  • Loading branch information
prashantgupta24 committed Nov 14, 2024
1 parent 14b403e commit d25fc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_correctness/test_chunked_prefill.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ def test_with_prefix_caching(
should_fail = chunk_size % 16 != 0 and enable
check_result &= not should_fail
outputs[enable] = []
# Send the request one-by-one to ensure the cache is populated.
for prompt in full_prompts:
outputs[enable] += vllm_model.generate_greedy([prompt],
max_tokens)
# Send the request one-by-one to ensure the cache is populated.

if check_result:
check_outputs_equal(
Expand Down

0 comments on commit d25fc7e

Please sign in to comment.