Skip to content

Commit f1ea889

Browse files
committed
v1.68.1a_b3173
1 parent 7b8033b commit f1ea889

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
@@ -722,8 +722,8 @@ def string_contains_sequence_substring(inputstr,sequences):
722722
modelbusy = threading.Lock()
723723
requestsinqueue = 0
724724
defaultport = 5001
725-
KcppVersion = "1.68.1a-GR3"
726-
LcppVersion = "b3171+1"
725+
KcppVersion = "1.68.1b"
726+
LcppVersion = "b3173"
727727
ReleaseDate = "2024/06/17"
728728
showdebug = True
729729
showsamplerwarning = True

0 commit comments

Comments
 (0)