Skip to content

Commit

Permalink
llama : fix llama_context_default_params after #2268 (#3893)
Browse files Browse the repository at this point in the history
  • Loading branch information
cebtenzzre authored Nov 1, 2023
1 parent d02e98c commit 0eb332a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0eb332a

Please sign in to comment.