Skip to content

Commit

Permalink
v1.77004_b3962
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexesenex committed Oct 23, 2024
1 parent db85a28 commit 6d818bd
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 @@ -44,10 +44,10 @@
modelbusy = threading.Lock()
requestsinqueue = 0
defaultport = 5001
KcppVersion = "1.77003"
LcppVersion = "b3934"
KcppVersion = "1.77004"
LcppVersion = "b3962"
CudaSpecifics = "CuCML_ArCML_SMC2_DmmvX32Y1"
ReleaseDate = "2024/10/21"
ReleaseDate = "2024/10/22"
showdebug = True
guimode = False
showsamplerwarning = True
Expand Down

0 comments on commit 6d818bd

Please sign in to comment.