Skip to content

Commit

Permalink
[Bugfix][TPU] Fix TPU sampler output (vllm-project#5978)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon authored and jimpang committed Jul 24, 2024
1 parent a257583 commit d0f54bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/worker/tpu_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def execute_model(
assert len(seq_group_metadata_list) > 0
output = self.model_runner.execute_model(seq_group_metadata_list,
self.tpu_cache)
return [output]
return output

def cache_swap(
self,
Expand Down

0 comments on commit d0f54bd

Please sign in to comment.