mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-21 14:25:35 +00:00
adjust cpu failsafe triggering issue
This commit is contained in:
parent
d42dc9b943
commit
414fadaffc
1 changed files with 1 additions and 1 deletions
|
|
@ -10106,7 +10106,7 @@ def show_gui():
|
|||
gpu_choice_var.set(str(opt))
|
||||
break
|
||||
|
||||
elif ("noavx2" in mydict and "usecpu" in mydict and mydict["usecpu"] and mydict["noavx2"]) or ("failsafe" in mydict and mydict["failsafe"]):
|
||||
elif ("failsafe" in mydict and mydict["failsafe"]):
|
||||
if failsafe_option is not None:
|
||||
runopts_var.set(failsafe_option)
|
||||
elif "noavx2" in mydict and mydict["noavx2"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue