fixed binding bug

This commit is contained in:
Saifeddine ALOUI 2023-10-20 21:18:29 +02:00
parent 78f6b744d5
commit bfc7995859
4 changed files with 4 additions and 4 deletions

View File

@ -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:

@ -1 +1 @@
Subproject commit ec5b4bd018067af50a0cb2e6c06d3dbfbad88de8
Subproject commit 9eee751ccfe6acc0e71905d038adf0f2cc4e7e76

@ -1 +1 @@
Subproject commit fdb24be0d69303d75ca9591c890301a9c954a0a6
Subproject commit 809d67e735965399b67c727645bbbb750b85dd7e

@ -1 +1 @@
Subproject commit af64669628b0b57fdd48b575ae3656fabde76ccb
Subproject commit 7737d1a3737467ff1b13e3824f54824a7b42be43