We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456921f commit a2139b8Copy full SHA for a2139b8
lightllm/server/api_start.py
@@ -89,7 +89,7 @@ def normal_or_p_d_start(args):
89
args.token_healing_mode,
90
args.use_reward_model,
91
args.return_all_prompt_logprobs,
92
- args.first_token_constraint_mode,
+ args.output_constraint_mode != "none",
93
].count(True) <= 1
94
# 部分模式目前还无法与dynamic_prompt_cache一起跑,to do。
95
if args.use_dynamic_prompt_cache:
0 commit comments