mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-22 01:46:37 +00:00
fixed binding bug
This commit is contained in:
parent
78f6b744d5
commit
bfc7995859
@ -255,7 +255,7 @@ class LoLLMsAPPI(LollmsApplication):
|
|||||||
model_path = data["path"].replace("\\","/")
|
model_path = data["path"].replace("\\","/")
|
||||||
model_type:str=data["type"]
|
model_type:str=data["type"]
|
||||||
progress = 0
|
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":
|
if model_type=="gptq":
|
||||||
parts = model_path.split("/")
|
parts = model_path.split("/")
|
||||||
if len(parts)==2:
|
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
|
Loading…
x
Reference in New Issue
Block a user