Skip to content

Commit 9a10002

Browse files
committed
v1.83007_b4608
1 parent 1f3f10b commit 9a10002

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

koboldcpp.py

+4-4
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.83006"
72-
LcppVersion = "b4569"
73-
CudaSpecifics = "Cu124_Ar6175_SMC2_DmmvX32Y1"
74-
ReleaseDate = "2025/01/30"
71+
KcppVersion = "1.83007"
72+
LcppVersion = "b4608"
73+
CudaSpecifics = "Cu124_Ar75_SMC2_DmmvX32Y1"
74+
ReleaseDate = "2025/02/31"
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, 83007, 0, 0),
4+
prodvers=(1, 83007, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,

0 commit comments

Comments
 (0)