Skip to content

Commit

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

0 comments on commit c931871

Please sign in to comment.