diff --git a/klite.embd b/klite.embd index a6fe62272..94b644086 100644 --- a/klite.embd +++ b/klite.embd @@ -3136,7 +3136,7 @@ Current version indicated by LITEVER below. const NO_HD_RES_PX = 512; const PREVIEW_RES_PX = 200; const AVATAR_PX = 384; - const SAVE_SLOTS = 10; + const SAVE_SLOTS = 12; const num_regex_rows = 4; const default_websearch_template = "### New Task:\nFrom above text, rephrase the search engine query \"{{QUERY}}\" as a single short phrase (for search engines) using proper nouns, references and names to avoid ambiguity.\n\n### Rephrased Search Query Created:\n"; diff --git a/koboldcpp.py b/koboldcpp.py index 6ce52476f..8be531cea 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -51,7 +51,7 @@ logprobs_max = 5 default_draft_amount = 8 default_ttsmaxlen = 4096 default_visionmaxres = 1024 -net_save_slots = 10 +net_save_slots = 12 savestate_limit = 3 #3 savestate slots default_vae_tile_threshold = 768