Skip to content

Commit 2f76176

Browse files
author
wangzaijun
committed
fix
1 parent 97416f4 commit 2f76176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/server/api_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def normal_or_p_d_start(args):
9494

9595
if args.graph_max_len_in_batch == 0:
9696
args.graph_max_len_in_batch = args.max_req_total_len
97-
97+
9898
# mode setting check.
9999
if args.output_constraint_mode != "none":
100100
assert args.disable_dynamic_prompt_cache is False

0 commit comments

Comments
 (0)