Skip to content

Commit 5a6241f

Browse files
authored
common: update env var name (#17588)
1 parent c7af376 commit 5a6241f

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
@@ -980,7 +980,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
980980
[](common_params & params) {
981981
params.kv_unified = true;
982982
}
983-
).set_env("LLAMA_ARG_KV_SPLIT"));
983+
).set_env("LLAMA_ARG_KV_UNIFIED"));
984984
add_opt(common_arg(
985985
{"--no-context-shift"},
986986
string_format("disables context shift on infinite text generation (default: %s)", params.ctx_shift ? "disabled" : "enabled"),

0 commit comments

Comments
 (0)