mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
runmode untouched fix
This commit is contained in:
parent
acb792815e
commit
330921db15
1 changed files with 2 additions and 0 deletions
|
@ -1938,6 +1938,8 @@ def show_new_gui():
|
||||||
with open(filename, 'r') as f:
|
with open(filename, 'r') as f:
|
||||||
dict = json.load(f)
|
dict = json.load(f)
|
||||||
import_vars(dict)
|
import_vars(dict)
|
||||||
|
global runmode_untouched
|
||||||
|
runmode_untouched = False
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def display_help():
|
def display_help():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue