fixed segfault with all non-gguf models

This commit is contained in:
Concedo 2023-11-20 22:31:56 +08:00
parent cf646fa809
commit dc4078c039
8 changed files with 48 additions and 73 deletions

View file

@ -388,7 +388,7 @@ maxhordelen = 256
modelbusy = threading.Lock()
requestsinqueue = 0
defaultport = 5001
KcppVersion = "1.50"
KcppVersion = "1.50.1"
showdebug = True
showsamplerwarning = True
showmaxctxwarning = True