allow embeddings models to use mmap

This commit is contained in:
Concedo
2025-06-07 10:14:00 +08:00
parent abc272d89f
commit cfcdfd69bd
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -256,6 +256,7 @@ struct embeddings_load_model_inputs
const char * vulkan_info = nullptr;
const int gpulayers = 0;
const bool flash_attention = false;
const bool use_mmap = false;
const bool quiet = false;
const int debugmode = 0;
};