Skip to content

Commit ac77484

Browse files
committed
v1.86001_b4854
1 parent 14560bf commit ac77484

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

koboldcpp.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
# dry_seq_break_max = 128
5757

5858
# global vars
59-
KcppVersion = "1.86000"
60-
LcppVersion = "b4839"
59+
KcppVersion = "1.86001"
60+
LcppVersion = "b4854"
6161
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
6262
ReleaseDate = "2025/03/07"
6363
showdebug = True

version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(1, 84202, 0, 0),
4-
prodvers=(1, 84202, 0, 0),
3+
filevers=(1, 86001, 0, 0),
4+
prodvers=(1, 86001, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,

0 commit comments

Comments
 (0)