Skip to content

Commit 5cf4114

Browse files
cebtenzzreolexiyb
authored andcommitted
llama : fix llama_context_default_params after ggml-org#2268 (ggml-org#3893)
1 parent cd9807c commit 5cf4114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: llama.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -7980,6 +7980,7 @@ struct llama_context_params llama_context_default_params() {
79807980
/*.yarn_attn_factor =*/ 1.0f,
79817981
/*.yarn_beta_fast =*/ 32.0f,
79827982
/*.yarn_beta_slow =*/ 1.0f,
7983+
/*.yarn_orig_ctx =*/ 0,
79837984
/*.mul_mat_q =*/ true,
79847985
/*.f16_kv =*/ true,
79857986
/*.logits_all =*/ false,

0 commit comments

Comments
 (0)