Skip to content

Commit

Permalink
yapf complaining
Browse files Browse the repository at this point in the history
Signed-off-by: lucast2021 <[email protected]>
  • Loading branch information
lucast2021 committed Dec 23, 2024
1 parent 8e16873 commit df3d0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/multi_step_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def execute_model(
# should be [SamplerOutput]
return output

def _update_sampling_metadata(self, sampling_metadata: SamplingMetadata,
def _update_sampling_metadata(self, sampling_metadata: SamplingMetadata,
num_seqs: Optional[int], num_queries: int):

assert sampling_metadata.num_prompts == 0
Expand Down

0 comments on commit df3d0d2

Please sign in to comment.