Skip to content

Commit

Permalink
v1.77002_b3934
Browse files Browse the repository at this point in the history
KVQ27 (iq4_nl) doesn't work, I leave it for further testing.
I left the equivalences for the deleted KV quants to the closest equal or inferior bpw, so the config files keep working as they are, until a stable KVQ cocktail of quants is chosen.
  • Loading branch information
Nexesenex committed Oct 20, 2024
1 parent c36f4c6 commit df98d3f
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.77001"
LcppVersion = "b393x"
KcppVersion = "1.77002"
LcppVersion = "b3934"
CudaSpecifics = "CuCML_ArCML_SMC2_DmmvX32Y1"
ReleaseDate = "2024/10/17"
ReleaseDate = "2024/10/19"
showdebug = True
guimode = False
showsamplerwarning = True
Expand Down

0 comments on commit df98d3f

Please sign in to comment.