Merge pull request #263 from ParisNeo/lollms

bugfixed
This commit is contained in:
Saifeddine ALOUI 2023-06-10 10:11:39 +02:00 committed by GitHub
commit 6b57ae78f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()