mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
default speculative set to 8. added more adapter fields
This commit is contained in:
@@ -41,7 +41,7 @@ struct load_model_inputs
|
||||
const char * lora_filename = nullptr;
|
||||
const char * lora_base = nullptr;
|
||||
const char * draftmodel_filename = nullptr;
|
||||
const int draft_amount = 12;
|
||||
const int draft_amount = 8;
|
||||
const char * mmproj_filename = nullptr;
|
||||
const bool use_mmap = false;
|
||||
const bool use_mlock = false;
|
||||
|
||||
Reference in New Issue
Block a user