Skip to content

Commit c73021e

Browse files
committed
KCPP-F 1.66L
1 parent 7e2971f commit c73021e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

koboldcpp.py

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

0 commit comments

Comments
 (0)