Skip to content

Commit e9a9e9a

Browse files
committed
v1.86010_b4885
1 parent 2309906 commit e9a9e9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

koboldcpp.py

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

5858
# global vars
59-
KcppVersion = "1.86004"
60-
LcppVersion = "b4878"
59+
KcppVersion = "1.86010"
60+
LcppVersion = "b4885"
6161
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
62-
ReleaseDate = "2025/03/12"
62+
ReleaseDate = "2025/03/14"
6363
showdebug = True
6464
# guimode = False
6565
kcpp_instance = None #global running instance

version.txt

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

0 commit comments

Comments
 (0)