updated lite and default horde ctx amount
This commit is contained in:
parent
c1ca1de2ac
commit
4382e51719
2 changed files with 554 additions and 164 deletions
716
klite.embd
716
klite.embd
File diff suppressed because one or more lines are too long
|
@ -360,7 +360,7 @@ def bring_terminal_to_foreground():
|
||||||
#################################################################
|
#################################################################
|
||||||
friendlymodelname = "concedo/koboldcpp" # local kobold api apparently needs a hardcoded known HF model name
|
friendlymodelname = "concedo/koboldcpp" # local kobold api apparently needs a hardcoded known HF model name
|
||||||
maxctx = 2048
|
maxctx = 2048
|
||||||
maxhordectx = 1024
|
maxhordectx = 2048
|
||||||
maxhordelen = 256
|
maxhordelen = 256
|
||||||
modelbusy = threading.Lock()
|
modelbusy = threading.Lock()
|
||||||
requestsinqueue = 0
|
requestsinqueue = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue