From 741501750361a70ce26cafbc2630108998299133 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:59:09 +0800 Subject: [PATCH] up version --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index a5a915d34ce3ee..5975f41d1b769b 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -799,7 +799,7 @@ def string_contains_sequence_substring(inputstr,sequences): modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.70" +KcppVersion = "1.70.1" showdebug = True showsamplerwarning = True showmaxctxwarning = True