Skip to content

Commit

Permalink
typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDou committed Jul 24, 2024
1 parent 995d3b5 commit 7c9b78d
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 @@ -484,7 +484,7 @@ def _run_non_driver_rank(self) -> bool:
for both speculation cases (num_lookahead_slots>0) and non-speculation
cases (e.g. prefill).
Returns True iff there are remaining sequences to process.
Returns True if there are remaining sequences to process.
"""
assert self.rank != self._driver_rank

Expand Down

0 comments on commit 7c9b78d

Please sign in to comment.