mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
smartcache off when fastforward off
This commit is contained in:
parent
535df844dd
commit
a9e817fb4c
1 changed files with 1 additions and 0 deletions
|
|
@ -7741,6 +7741,7 @@ def show_gui():
|
|||
if fastforward_var.get()==0:
|
||||
contextshift_var.set(0)
|
||||
smartcontext_var.set(0)
|
||||
smartcache_var.set(0)
|
||||
|
||||
def togglectxshift(a,b,c):
|
||||
if contextshift_var.get()==0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue