Skip to content

Commit

Permalink
Update vllm/worker/multi_step_model_runner.py
Browse files Browse the repository at this point in the history
Co-authored-by: afeldman-nm <[email protected]>
  • Loading branch information
SolitaryThinker and afeldman-nm authored Aug 19, 2024
1 parent 9f4cf17 commit a14fbab
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 @@ -412,7 +412,7 @@ def vocab_size(self) -> int:
def _pythonize_sampler_output(
model_input: StatefulModelInput, output: SamplerOutput,
pinned_sampled_token_buffer: torch.Tensor,
sampled_token_ids: torch.Tensor) -> SamplerOutput:
sampled_token_ids: torch.Tensor) -> None:
""" This function is only called when the output tensors are ready.
See ModelOutput
"""
Expand Down

0 comments on commit a14fbab

Please sign in to comment.