Skip to content

Commit 7a6084b

Browse files
committed
v1.94001_b5697_IKLpr540_RMv1.12.0m+14c
1 parent e0570ca commit 7a6084b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

koboldcpp.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
# dry_seq_break_max = 128
7373

7474
# global vars
75-
KcppVersion = "1.94000"
75+
KcppVersion = "1.94001"
7676
LcppVersion = "b5697"
77-
IKLcppVersion = "IKLpr534+NTv2"
78-
EsoboldVersion = "RMv1.12"
77+
IKLcppVersion = "IKLpr540"
78+
EsoboldVersion = "RMv1.12.0m+14c"
7979
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
80-
ReleaseDate = "2025/06/18"
80+
ReleaseDate = "2025/06/19"
8181
# guimode = False
8282
kcpp_instance = None #global running instance
8383
global_memory = {"tunnel_url": "", "restart_target":"", "input_to_exit":False, "load_complete":False, "restart_model": "", "currentConfig": None, "modelOverride": None, "currentModel": None}

version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(1, 93216, 0, 0),
4-
prodvers=(1, 93216, 0, 0),
3+
filevers=(1, 94001, 0, 0),
4+
prodvers=(1, 94001, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,

0 commit comments

Comments
 (0)