mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
fixed cpu mis-selection
This commit is contained in:
@@ -7389,6 +7389,7 @@ def show_gui():
|
||||
args.usecpu = True
|
||||
if runopts_var.get()=="Use CPU (Old CPU)":
|
||||
args.noavx2 = True
|
||||
args.usecpu = True
|
||||
if runopts_var.get()=="Failsafe Mode (Older CPU)":
|
||||
args.noavx2 = True
|
||||
args.usecpu = True
|
||||
|
||||
Reference in New Issue
Block a user