mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-08 13:59:12 +02:00
smartcache off when fastforward off
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user