From b36d5f2d86128eb295213b5ae94f614f76963467 Mon Sep 17 00:00:00 2001 From: Nexesenex <124105151+Nexesenex@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:30:23 +0200 Subject: [PATCH] v1.73003_b3579-1+7 --- koboldcpp.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koboldcpp.py b/koboldcpp.py index e7a1b79068f9f..c2fdff7b3d6b8 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -41,10 +41,10 @@ modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.73002" -LcppVersion = "b3542-1+7" +KcppVersion = "1.73003" +LcppVersion = "b3579-1+7" CudaSpecifics = "CuCML_ArCML_SMC2_DmmvX32Y1" -ReleaseDate = "2024/08/7" +ReleaseDate = "2024/08/13" showdebug = True guimode = False showsamplerwarning = True