From 13abf591d26cb16940d94fb3ce424739faeae79a Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:40:02 +0800 Subject: [PATCH] patch release for drafting fix --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index 3b5119be6cc36..3ea7c94c364ed 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -56,7 +56,7 @@ modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.80.1" +KcppVersion = "1.80.2" showdebug = True guimode = False showsamplerwarning = True