diff --git a/api/__init__.py b/api/__init__.py index e637b262..88df47c7 100644 --- a/api/__init__.py +++ b/api/__init__.py @@ -255,7 +255,7 @@ class LoLLMsAPPI(LollmsApplication): model_path = data["path"].replace("\\","/") model_type:str=data["type"] progress = 0 - installation_dir = self.binding.searchModelParentFolder(model_path.split('/')[-1]) + installation_dir = self.binding.searchModelParentFolder(model_path.split('/')[-1], model_type) if model_type=="gptq": parts = model_path.split("/") if len(parts)==2: diff --git a/lollms_core b/lollms_core index ec5b4bd0..9eee751c 160000 --- a/lollms_core +++ b/lollms_core @@ -1 +1 @@ -Subproject commit ec5b4bd018067af50a0cb2e6c06d3dbfbad88de8 +Subproject commit 9eee751ccfe6acc0e71905d038adf0f2cc4e7e76 diff --git a/zoos/bindings_zoo b/zoos/bindings_zoo index fdb24be0..809d67e7 160000 --- a/zoos/bindings_zoo +++ b/zoos/bindings_zoo @@ -1 +1 @@ -Subproject commit fdb24be0d69303d75ca9591c890301a9c954a0a6 +Subproject commit 809d67e735965399b67c727645bbbb750b85dd7e diff --git a/zoos/models_zoo b/zoos/models_zoo index af646696..7737d1a3 160000 --- a/zoos/models_zoo +++ b/zoos/models_zoo @@ -1 +1 @@ -Subproject commit af64669628b0b57fdd48b575ae3656fabde76ccb +Subproject commit 7737d1a3737467ff1b13e3824f54824a7b42be43