Skip to content

Commit 8acafe1

Browse files
committed
v1.83005_b4569
1 parent 0cd8d48 commit 8acafe1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

koboldcpp.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
modelbusy = threading.Lock()
6969
requestsinqueue = 0
7070
defaultport = 5001
71-
KcppVersion = "1.83004"
71+
KcppVersion = "1.83005"
7272
LcppVersion = "b4569"
7373
CudaSpecifics = "Cu124_Ar6175_SMC2_DmmvX32Y1"
74-
ReleaseDate = "2025/01/28"
74+
ReleaseDate = "2025/01/29"
7575
showdebug = True
7676
guimode = False
7777
showsamplerwarning = True

version.txt

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

0 commit comments

Comments
 (0)