Skip to content

Commit 7b7d820

Browse files
committed
v1.97060_b6110_IKLpr642_RMv1.14.9m
1 parent 072307c commit 7b7d820

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

koboldcpp.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
# extra_images_max = 4
7777

7878
# global vars
79-
KcppVersion = "1.97020"
80-
LcppVersion = "b6014"
81-
IKLcppVersion = "IKLpr624"
79+
KcppVersion = "1.97060"
80+
LcppVersion = "b6110"
81+
IKLcppVersion = "IKLpr642"
8282
EsoboldVersion = "RMv1.14.9m"
8383
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
84-
ReleaseDate = "2025/07/28"
84+
ReleaseDate = "2025/08/07"
8585
showdebug = True
8686
# guimode = False
8787

version.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(1, 97020, 0, 0),
4-
prodvers=(1, 97020, 0, 0),
3+
filevers=(1, 97060, 0, 0),
4+
prodvers=(1, 97060, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,
@@ -21,7 +21,7 @@ VSVersionInfo(
2121
StringStruct(u'LegalCopyright', u'Croco.CppIsFreeAndOpenSource-AGPLv3'),
2222
StringStruct(u'OriginalFilename', u'Croco.Cpp.exe'),
2323
StringStruct(u'ProductName', u'Croco.Cpp'),
24-
StringStruct(u'ProductVersion', u'1.97020.0.0'),
24+
StringStruct(u'ProductVersion', u'1.97060.0.0'),
2525
]
2626
)
2727
]

0 commit comments

Comments
 (0)