mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
update some defaults for max length and max ctx
This commit is contained in:
parent
6dbee2f2f8
commit
e8b3aeaa28
2 changed files with 10 additions and 5 deletions
|
@ -70,7 +70,7 @@ ttsmodelpath = "" #if empty, not initialized
|
|||
embeddingsmodelpath = "" #if empty, not initialized
|
||||
maxctx = 4096
|
||||
maxhordectx = 4096
|
||||
maxhordelen = 400
|
||||
maxhordelen = 512
|
||||
modelbusy = threading.Lock()
|
||||
requestsinqueue = 0
|
||||
defaultport = 5001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue