llama : fix llama_context_default_params after #2268 (#3893)

This commit is contained in:
cebtenzzre 2023-11-01 19:29:14 -04:00 committed by GitHub
parent 8a1544cd4f
commit db24ce778d
1 changed files with 1 additions and 0 deletions

View File

@ -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,