mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
bump defaults
This commit is contained in:
parent
1976bb3f53
commit
cade9f42bc
2 changed files with 16 additions and 21 deletions
|
@ -82,7 +82,7 @@ ttsmodelpath = "" #if empty, not initialized
|
|||
embeddingsmodelpath = "" #if empty, not initialized
|
||||
maxctx = 8192
|
||||
maxhordectx = 0 #set to whatever maxctx is if 0
|
||||
maxhordelen = 512
|
||||
maxhordelen = 1024
|
||||
modelbusy = threading.Lock()
|
||||
requestsinqueue = 0
|
||||
defaultport = 5001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue