llama : disable Direct IO by default (#19109)

* llama : disable Direct IO by default

* cont : override mmap if supported
This commit is contained in:
Georgi Gerganov
2026-01-28 09:11:13 +02:00
committed by GitHub
parent eef375ce16
commit c5c64f72ac
6 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -8125,7 +8125,7 @@ llama_model_params llama_model_default_params() {
/*.kv_overrides =*/ nullptr,
/*.vocab_only =*/ false,
/*.use_mmap =*/ true,
/*.use_direct_io =*/ true,
/*.use_direct_io =*/ false,
/*.use_mlock =*/ false,
/*.check_tensors =*/ false,
/*.use_extra_bufts =*/ true,