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
Next Next commit
use LLAMA_OFFLINE env for --offline
  • Loading branch information
ochafik committed May 26, 2025
commit 273a72856f3c2851fa5f74201b551306cc6762d3
2 changes: 1 addition & 1 deletion common/arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
[](common_params & params) {
params.offline = true;
}
));
).set_env("LLAMA_OFFLINE"));

add_opt(common_arg(
{"-lv", "--verbosity", "--log-verbosity"}, "N",
Expand Down
Loading
0