Skip to content

Commit

Permalink
make kv_f16 the default for api users (ggerganov#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky authored and ggerganov committed May 20, 2023
1 parent a94b334 commit e22541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ struct llama_context_params llama_context_default_params() {
/*.n_ctx =*/ 512,
/*.gpu_layers =*/ 0,
/*.seed =*/ -1,
/*.f16_kv =*/ false,
/*.f16_kv =*/ true,
/*.logits_all =*/ false,
/*.vocab_only =*/ false,
/*.use_mmap =*/ true,
Expand Down

0 comments on commit e22541a

Please sign in to comment.