Skip to content

Commit 636fb5b

Browse files
committed
bugfix, resolve bug by merge
1 parent e05d632 commit 636fb5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lmdeploy/pytorch/engine/engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ def __send_resp(out: InferOutput):
707707
self._response(out.resp,
708708
resp_type,
709709
data=dict(token_ids=out.token_ids, logits=out.logits, cache_block_ids=out.cache_block_ids))
710-
print(f"response: {dict(token_ids=out.token_ids, logits=out.logits, cache_block_ids=out.cache_block_ids)}")
711710

712711
def __send_resps(step_outputs: List[InferOutput]):
713712
"""send response callback."""

0 commit comments

Comments
 (0)