Skip to content

Commit

Permalink
Update common/arg.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Xuan Son Nguyen <[email protected]>
  • Loading branch information
eugeniosegala and ngxson authored Dec 10, 2024
1 parent 09c76b2 commit 8be09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
).set_examples({LLAMA_EXAMPLE_SERVER}).set_env("LLAMA_ARG_STATIC_PATH"));
add_opt(common_arg(
{"--no-webui"},
"Disable the Web UI (default: enabled)",
string_format("Disable the Web UI (default: %s)", params.webui ? "enabled" : "disabled"),
[](common_params & params) {
params.webui = false;
}
Expand Down

0 comments on commit 8be09ef

Please sign in to comment.