Skip to content

Commit 4b348d0

Browse files
committed
add 2 more save slots
1 parent 75154a3 commit 4b348d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

klite.embd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3136,7 +3136,7 @@ Current version indicated by LITEVER below.
31363136
const NO_HD_RES_PX = 512;
31373137
const PREVIEW_RES_PX = 200;
31383138
const AVATAR_PX = 384;
3139-
const SAVE_SLOTS = 10;
3139+
const SAVE_SLOTS = 12;
31403140
const num_regex_rows = 4;
31413141
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";
31423142

koboldcpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
default_draft_amount = 8
5252
default_ttsmaxlen = 4096
5353
default_visionmaxres = 1024
54-
net_save_slots = 10
54+
net_save_slots = 12
5555
savestate_limit = 3 #3 savestate slots
5656
default_vae_tile_threshold = 768
5757

0 commit comments

Comments
 (0)