Skip to content

Commit 474e5b9

Browse files
committed
v1.80300_b3485
1 parent eeef0f0 commit 474e5b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

koboldcpp.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
modelbusy = threading.Lock()
6464
requestsinqueue = 0
6565
defaultport = 5001
66-
KcppVersion = "1.80200"
67-
LcppVersion = "b4372"
66+
KcppVersion = "1.80300"
67+
LcppVersion = "b4385"
6868
CudaSpecifics = "CuCML_ArCML_SMC2_no_Dmmv"
69-
ReleaseDate = "2024/12/23"
69+
ReleaseDate = "2024/12/24"
7070
showdebug = True
7171
guimode = False
7272
showsamplerwarning = True
@@ -4096,7 +4096,7 @@ def export_vars():
40964096
gpuchoiceidx = int(gpu_choice_var.get())-1
40974097
if runopts_var.get() == "Use CLBlast" or runopts_var.get() == "Use CLBlast (Old CPU)":
40984098
args.useclblast = [[0,0], [1,0], [0,1], [1,1]][gpuchoiceidx]
4099-
if runopts_var.get() == "CUse CLBlast (Old CPU)":
4099+
if runopts_var.get() == "Use CLBlast (Old CPU)":
41004100
args.noavx2 = True
41014101
if runopts_var.get() == "Use CuBLAS" or runopts_var.get() == "Use hipBLAS (ROCm)":
41024102
if gpu_choice_var.get()=="All":

0 commit comments

Comments
 (0)