mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-21 01:31:20 +00:00
bugfixed
This commit is contained in:
parent
5423a9a5d7
commit
4909b6ab00
@ -150,7 +150,7 @@ class ModelProcess:
|
||||
module = importlib.util.module_from_spec(module_spec)
|
||||
module_spec.loader.exec_module(module)
|
||||
if hasattr(module, "Install"):
|
||||
module.Install(self)
|
||||
module.Install(self.config)
|
||||
|
||||
# define the full absolute path to the module
|
||||
absolute_path = binding_path.resolve()
|
||||
|
Loading…
x
Reference in New Issue
Block a user