From a3718c6354dd0459154fa5297f1f29587845bc76 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 4 May 2024 10:38:20 +0800 Subject: [PATCH] 1.64.1 to fix llava issues --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index c64fee035..edf732bc3 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -636,7 +636,7 @@ maxhordelen = 256 modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.64" +KcppVersion = "1.64.1" showdebug = True showsamplerwarning = True showmaxctxwarning = True