fixed typo (+1 squashed commits)

Squashed commits:

[b586d187] fixed typo
This commit is contained in:
Concedo 2024-12-23 21:55:06 +08:00
parent 13abf591d2
commit 5f8f483fae

View file

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