From 5f8f483faec04ea2a89429e151b17403eacb2d9c Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:55:06 +0800 Subject: [PATCH] fixed typo (+1 squashed commits) Squashed commits: [b586d187] fixed typo --- koboldcpp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koboldcpp.py b/koboldcpp.py index 3ea7c94c3..5793098c7 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -56,7 +56,7 @@ maxhordelen = 400 modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.80.2" +KcppVersion = "1.80.3" showdebug = True guimode = False showsamplerwarning = True @@ -3440,7 +3440,7 @@ def show_gui(): gpuchoiceidx = int(gpu_choice_var.get())-1 if runopts_var.get() == "Use CLBlast" or runopts_var.get() == "Use CLBlast (Old CPU)": args.useclblast = [[0,0], [1,0], [0,1], [1,1]][gpuchoiceidx] - if runopts_var.get() == "CUse CLBlast (Old CPU)": + if runopts_var.get() == "Use CLBlast (Old CPU)": args.noavx2 = True if runopts_var.get() == "Use CuBLAS" or runopts_var.get() == "Use hipBLAS (ROCm)": if gpu_choice_var.get()=="All":