mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
quantkv will not trigger if fa is off or ctx shift is on
This commit is contained in:
parent
94753ad103
commit
a541a3d509
1 changed files with 4 additions and 1 deletions
|
@ -2432,7 +2432,10 @@ def show_new_gui():
|
|||
args.foreground = keepforeground.get()==1
|
||||
args.quiet = quietmode.get()==1
|
||||
args.nocertify = nocertifymode.get()==1
|
||||
args.quantkv = quantkv_var.get()
|
||||
if contextshift.get()==0 and flashattention.get()==1:
|
||||
args.quantkv = quantkv_var.get()
|
||||
else:
|
||||
args.quantkv = 0
|
||||
|
||||
gpuchoiceidx = 0
|
||||
if gpu_choice_var.get()!="All":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue