Skip to content

Commit dd0b236

Browse files
authored
fix
1 parent ff04aed commit dd0b236

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightllm/server/api_start.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ 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+
98+
# mode setting check.
9899
if args.output_constraint_mode != "none":
99100
assert args.disable_dynamic_prompt_cache is False
100101
assert args.disable_chunked_prefill is False

0 commit comments

Comments
 (0)