diff --git a/koboldcpp.py b/koboldcpp.py index ecd657da3..c80d68aa7 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -60,7 +60,7 @@ logit_bias_max = 512 dry_seq_break_max = 128 # global vars -KcppVersion = "1.93.2" +KcppVersion = "1.94" showdebug = True kcpp_instance = None #global running instance global_memory = {"tunnel_url": "", "restart_target":"", "input_to_exit":False, "load_complete":False, "restart_override_config_target":""}