mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-01 18:51:50 +08:00
[Bugfix][TPU] Fix TPU sampler output (#5978)
This commit is contained in:
parent
7041de4384
commit
54814fd85b
@ -215,7 +215,7 @@ class TPUWorker(LoraNotSupportedWorkerBase):
|
||||
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user