Skip to content

Commit 3c77863

Browse files
authored
remove empty line
1 parent 6a3d3d8 commit 3c77863

File tree

1 file changed

+1
-1
lines changed
  • lightllm/server/router/model_infer/mode_backend/continues_batch

1 file changed

+1
-1
lines changed

lightllm/server/router/model_infer/mode_backend/continues_batch/impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def forward(self, batch_id, is_prefill):
5757
) # 请求状态, 当前占用的kv的长度, 当前输出token的数量, 输出的token的id和元信息列表, 是否推理结束的状态, 额外保留参数
5858

5959
self.cache[batch.batch_id] = batch
60-
return output_dict
60+
return output_dict

0 commit comments

Comments
 (0)