mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-20 13:55:23 +00:00
add 2 more save slots
This commit is contained in:
parent
75154a3d91
commit
4b348d0b7e
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue