From 25e747e9d808d96ada5720c3c9d9ebf317c833a4 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:44:29 +0800 Subject: [PATCH] up version --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index a08e0b91f..ce9086358 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -51,7 +51,7 @@ logit_bias_max = 512 dry_seq_break_max = 128 # global vars -KcppVersion = "1.89" +KcppVersion = "1.90" showdebug = True kcpp_instance = None #global running instance global_memory = {"tunnel_url": "", "restart_target":"", "input_to_exit":False, "load_complete":False}