mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
bugfix
This commit is contained in:
parent
61a46d5484
commit
efff5eee83
2
.gitignore
vendored
2
.gitignore
vendored
@ -185,3 +185,5 @@ shared/*
|
||||
|
||||
uploads
|
||||
global_paths_cfg.yaml
|
||||
|
||||
.vscode
|
@ -661,7 +661,7 @@ class LoLLMsAPPI():
|
||||
def load_model(self):
|
||||
try:
|
||||
print("update_settings : New model selected")
|
||||
if hasattr(self,"process"):
|
||||
if hasattr(self,"process") and self.process.ready:
|
||||
result = self.process.set_config(self.config)
|
||||
if result["status"]:
|
||||
ASCIIColors.success("OK")
|
||||
|
Loading…
Reference in New Issue
Block a user