Skip to content

Commit

Permalink
v1.68Zk_b3235+52
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexesenex committed Jul 8, 2024
1 parent e841782 commit 3e85de2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions koboldcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,10 +794,10 @@ def string_contains_sequence_substring(inputstr,sequences):
modelbusy = threading.Lock()
requestsinqueue = 0
defaultport = 5001
KcppVersion = "1.68Zj"
LcppVersion = "b3235+40"
KcppVersion = "1.68Zk"
LcppVersion = "b3235+52"
CudaSpecifics = "CuGa_ArcGA_SMC2_DmmvX32Y1_KQIt2"
ReleaseDate = "2024/07/07"
ReleaseDate = "2024/07/08"
showdebug = True
showsamplerwarning = True
showmaxctxwarning = True
Expand Down

0 comments on commit 3e85de2

Please sign in to comment.