mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 00:54:41 +00:00
default speculative set to 8. added more adapter fields
This commit is contained in:
parent
5353bfa983
commit
32ac3153e4
3 changed files with 14 additions and 13 deletions
|
@ -53,7 +53,7 @@ std::string lora_filename = "";
|
|||
std::string lora_base = "";
|
||||
std::string mmproj_filename = "";
|
||||
std::string draftmodel_filename = "";
|
||||
int speculative_chunk_amt = 12; //do it in chunks of this many tokens
|
||||
int speculative_chunk_amt = 8; //do it in chunks of this many tokens
|
||||
bool generation_finished;
|
||||
float last_process_time = 0;
|
||||
float last_eval_time = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue