Skip to content

Commit 8c55e2b

Browse files
committed
v1.98020_b6150_RMv1.15.91m
1 parent 8006883 commit 8c55e2b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

koboldcpp.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
extra_images_max = 8
6969

7070
# global vars
71-
KcppVersion = "1.98000"
72-
LcppVersion = "b6122"
71+
KcppVersion = "1.98020"
72+
LcppVersion = "b6150"
7373
IKLcppVersion = "Q6_0"
74-
EsoboldVersion = "RMv1.15.9m"
74+
EsoboldVersion = "RMv1.15.91m"
7575
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
76-
ReleaseDate = "2025/08/10"
76+
ReleaseDate = "2025/08/13"
7777
showdebug = True
7878
kcpp_instance = None #global running instance
7979
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(1, 98000, 0, 0),
4-
prodvers=(1, 98000, 0, 0),
3+
filevers=(1, 98020, 0, 0),
4+
prodvers=(1, 98020, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,
@@ -21,7 +21,7 @@ VSVersionInfo(
2121
StringStruct(u'LegalCopyright', u'AGPLv3'),
2222
StringStruct(u'OriginalFilename', u'koboldcpp.exe'),
2323
StringStruct(u'ProductName', u'croco.cpp'),
24-
StringStruct(u'ProductVersion', u'1.98000.0.0'),
24+
StringStruct(u'ProductVersion', u'1.98020.0.0'),
2525
]
2626
)
2727
]

0 commit comments

Comments
 (0)