Skip to content

Commit 8be09ef

Browse files
Update common/arg.cpp
Co-authored-by: Xuan Son Nguyen <[email protected]>
1 parent 09c76b2 commit 8be09ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
17131713
).set_examples({LLAMA_EXAMPLE_SERVER}).set_env("LLAMA_ARG_STATIC_PATH"));
17141714
add_opt(common_arg(
17151715
{"--no-webui"},
1716-
"Disable the Web UI (default: enabled)",
1716+
string_format("Disable the Web UI (default: %s)", params.webui ? "enabled" : "disabled"),
17171717
[](common_params & params) {
17181718
params.webui = false;
17191719
}

0 commit comments

Comments
 (0)