From a6ba735b07667c2f44e9414311188707671cd058 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:40:12 +0800 Subject: [PATCH] up version for 1.59.1 makefile changes --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index a0630c9f1..a0b4da48d 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -475,7 +475,7 @@ maxhordelen = 256 modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.59" +KcppVersion = "1.59.1" showdebug = True showsamplerwarning = True showmaxctxwarning = True