Skip to content

Commit 7b05916

Browse files
committed
Correct server path env
1 parent 4d02004 commit 7b05916

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
@@ -2740,7 +2740,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
27402740
[](common_params & params, const std::string & value) {
27412741
params.server_prefix = value;
27422742
}
2743-
).set_examples({LLAMA_EXAMPLE_SERVER}).set_env("LLAMA_ARG_STATIC_PATH"));
2743+
).set_examples({LLAMA_EXAMPLE_SERVER}).set_env("LLAMA_ARG_SERVER_PATH"));
27442744
add_opt(common_arg(
27452745
{"--no-webui"},
27462746
string_format("Disable the Web UI (default: %s)", params.webui ? "enabled" : "disabled"),

0 commit comments

Comments
 (0)