mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
prevent GUI settings from being overridden
This commit is contained in:
parent
2ed4ebc687
commit
a6bf568fda
1 changed files with 5 additions and 0 deletions
|
@ -3019,6 +3019,11 @@ def show_gui():
|
|||
args.quantkv = 0
|
||||
|
||||
gpuchoiceidx = 0
|
||||
args.usecpu = False
|
||||
args.usevulkan = None
|
||||
args.usecublas = None
|
||||
args.useclblast = None
|
||||
args.noavx2 = False
|
||||
if gpu_choice_var.get()!="All":
|
||||
gpuchoiceidx = int(gpu_choice_var.get())-1
|
||||
if runopts_var.get() == "Use CLBlast" or runopts_var.get() == "Use CLBlast (Old CPU)":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue