Skip to content

Commit

Permalink
v1.71122_b3496+7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexesenex committed Jul 31, 2024
1 parent 69fce39 commit bfb22dc
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 @@ -41,10 +41,10 @@
modelbusy = threading.Lock()
requestsinqueue = 0
defaultport = 5001
KcppVersion = "1.71121"
LcppVersion = "b3492+7"
KcppVersion = "1.71122"
LcppVersion = "b3496+7"
CudaSpecifics = "CuCML_ArCML_SMC2_DmmvX32Y1"
ReleaseDate = "2024/07/30"
ReleaseDate = "2024/07/31"
showdebug = True
guimode = False
showsamplerwarning = True
Expand Down

0 comments on commit bfb22dc

Please sign in to comment.