summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llama.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.cpp b/llama.cpp
index 6e19064f..1f9d3784 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -814,7 +814,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,