Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: andoorve <[email protected]>
  • Loading branch information
andoorve committed Nov 12, 2024
1 parent 25d0d7c commit af21b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/spec_decode/spec_decode_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def execute_model(
all_prompt = (all(
sgm.is_prompt
for sgm in execute_model_req.seq_group_metadata_list))
if (all_prompt):
if all_prompt:
assert num_lookahead_slots == 0, (
"Prompt only runs should have num_lookahead_slots equal to 0. "
"This should never happen, please file a bug at "
Expand Down

0 comments on commit af21b63

Please sign in to comment.