From ab68447ad3bd55afda8e2f561217ba38dd56a2a3 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:36:51 +0800 Subject: [PATCH] upver --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index fbb0f3bce..d25b1d197 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -622,7 +622,7 @@ maxhordelen = 256 modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.62.1" +KcppVersion = "1.62.2" showdebug = True showsamplerwarning = True showmaxctxwarning = True