From d109d6d8eb2df09030f52fef4f6c47bbd2e7ae8b Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:24:48 +0800 Subject: [PATCH] do another patch release for the new deepseek models --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index db29bd9d38ec2..56bfc226b7c00 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -59,7 +59,7 @@ modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.83" +KcppVersion = "1.82.2" showdebug = True guimode = False showsamplerwarning = True