Skip to content

Commit 5640f9e

Browse files
committed
fix launcher args
1 parent baaf435 commit 5640f9e

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
@@ -125,7 +125,7 @@ def normal_or_p_d_start(args):
125125
else:
126126
args.visual_nccl_ports = args.visual_nccl_ports[: args.visual_dp]
127127

128-
if not args.disable_chunked_prefill:
128+
if args.disable_chunked_prefill:
129129
# 普通模式下
130130
if args.batch_max_tokens is None:
131131
args.batch_max_tokens = args.max_req_total_len

0 commit comments

Comments
 (0)