Skip to content

Commit 7695481

Browse files
committed
v1.92120_b5506_RM1.111m
1 parent 13e33aa commit 7695481

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

koboldcpp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
# dry_seq_break_max = 128
6565

6666
# global vars
67-
KcppVersion = "1.92115"
67+
KcppVersion = "1.92120"
6868
LcppVersion = "b5506"
6969
EsoboldVersion = "RMv1.111m"
7070
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
71-
ReleaseDate = "2025/05/28"
71+
ReleaseDate = "2025/05/29"
7272
showdebug = True
7373
# guimode = False
7474
kcpp_instance = None #global running instance

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, 92105, 0, 0),
4-
prodvers=(1, 92105, 0, 0),
3+
filevers=(1, 92120, 0, 0),
4+
prodvers=(1, 92120, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,

0 commit comments

Comments
 (0)