Skip to content

Commit 904a539

Browse files
committed
KCPP-F 1.66k
1 parent cb37020 commit 904a539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

koboldcpp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,9 +646,9 @@ def string_contains_sequence_substring(inputstr,sequences):
646646
modelbusy = threading.Lock()
647647
requestsinqueue = 0
648648
defaultport = 5001
649-
KcppVersion = "1.66h"
650-
LcppVersion = "b2912+6"
651-
ReleaseDate = "2024/05/18"
649+
KcppVersion = "1.66k"
650+
LcppVersion = "b2985+1"
651+
ReleaseDate = "2024/05/23"
652652
showdebug = True
653653
showsamplerwarning = True
654654
showmaxctxwarning = True

0 commit comments

Comments
 (0)