"vllm/vscode:/vscode.git/clone" did not exist on "dac914b0d6bc36de4eb4bf70a9d20954560893ea"
Unverified Commit 54814fd8 authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

[Bugfix][TPU] Fix TPU sampler output (#5978)

parent 7041de43
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment