Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Keyun Tong <tongkeyun@gmail.com>
  • Loading branch information
youngkent committed Jan 17, 2025
1 parent 9ce3d6e commit 8ca382d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/v1/sample/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def forward(
# Use int32 to reduce the tensor size.
sampled = sampled.to(torch.int32)

# NOTE: CPU-GPU synchronization happens here.
sampler_output = SamplerOutput(
sampled_token_ids=sampled,
logprob_token_ids=topk_indices,
Expand Down

0 comments on commit 8ca382d

Please sign in to comment.