diff options
author | cebtenzzre <cebtenzzre@gmail.com> | 2023-11-01 19:29:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 19:29:14 -0400 |
commit | 0eb332a10f3f14a3746c391bf80ff5e7bdf29d5d (patch) | |
tree | 63ecb775c3dcfad4add28758abc7c27d224c11a4 | |
parent | d02e98cde035d91ed8032ab943d1d504fe9da394 (diff) |
llama : fix llama_context_default_params after #2268 (#3893)
-rw-r--r-- | llama.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7980,6 +7980,7 @@ struct llama_context_params llama_context_default_params() { /*.yarn_attn_factor =*/ 1.0f, /*.yarn_beta_fast =*/ 32.0f, /*.yarn_beta_slow =*/ 1.0f, + /*.yarn_orig_ctx =*/ 0, /*.mul_mat_q =*/ true, /*.f16_kv =*/ true, /*.logits_all =*/ false, |