mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
fixed unable to load config
This commit is contained in:
+1
-1
@@ -2107,7 +2107,7 @@ def show_new_gui():
|
||||
if len(dict["sdconfig"]) > 2:
|
||||
sd_threads_var.set(str(dict["sdconfig"][2]))
|
||||
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():
|
||||
file_type = [("KoboldCpp Settings", "*.kcpps")]
|
||||
|
||||
Reference in New Issue
Block a user