summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcebtenzzre <cebtenzzre@gmail.com>2023-11-01 19:29:14 -0400
committerGitHub <noreply@github.com>2023-11-01 19:29:14 -0400
commit0eb332a10f3f14a3746c391bf80ff5e7bdf29d5d (patch)
tree63ecb775c3dcfad4add28758abc7c27d224c11a4
parentd02e98cde035d91ed8032ab943d1d504fe9da394 (diff)
llama : fix llama_context_default_params after #2268 (#3893)
-rw-r--r--llama.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llama.cpp b/llama.cpp
index 685882c2..32d7d23d 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -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,