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":