fixed segfault with clblast by reversing commit in issue https://github.com/ggerganov/llama.cpp/issues/4296

This commit is contained in:
Concedo 2023-12-03 00:56:00 +08:00
parent a8e66ef31c
commit c142c5634a
2 changed files with 7 additions and 14 deletions

View file

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