8000 server: --offline mode by ochafik · Pull Request #13804 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

server: --offline mode #13804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 26, 2025
Prev Previous commit
Update common/arg.cpp
Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
  • Loading branch information
ochafik and ngxson authored May 26, 2025
commit 153a0b87705d2d92a2753be6be2671fc8454e572
1 change: 0 additions & 1 deletion common/arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3016,7 +3016,6 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
params.offline = true;
}
).set_env("LLAMA_OFFLINE"));

add_opt(common_arg(
{"-lv", "--verbosity", "--log-verbosity"}, "N",
"Set the verbosity threshold. Messages with a higher verbosity will be ignored.",
Expand Down
Loading
0