mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
fixed unable to load config
This commit is contained in:
parent
e1b213ae96
commit
fda905a36a
1 changed files with 1 additions and 1 deletions
|
@ -2107,7 +2107,7 @@ def show_new_gui():
|
||||||
if len(dict["sdconfig"]) > 2:
|
if len(dict["sdconfig"]) > 2:
|
||||||
sd_threads_var.set(str(dict["sdconfig"][2]))
|
sd_threads_var.set(str(dict["sdconfig"][2]))
|
||||||
if len(dict["sdconfig"]) > 3:
|
if len(dict["sdconfig"]) > 3:
|
||||||
sd_quant_var.set(str(dict["sdconfig"][3]))
|
sd_quant_var.set(str(dict["sdconfig"][3])=="quant")
|
||||||
|
|
||||||
def save_config():
|
def save_config():
|
||||||
file_type = [("KoboldCpp Settings", "*.kcpps")]
|
file_type = [("KoboldCpp Settings", "*.kcpps")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue