From 27e784a42da826326a6a0977bb264decdbb8b580 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 25 May 2024 00:03:22 +0800 Subject: [PATCH] up ver --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index d91951734..25182890c 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -653,7 +653,7 @@ maxhordelen = 256 modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.66" +KcppVersion = "1.66.1" showdebug = True showsamplerwarning = True showmaxctxwarning = True