ParisNeo / lollms-webui

Lord of Large Language Models Web User Interface
https://parisneo.github.io/lollms-webui/
Apache License 2.0
4.21k stars 534 forks source link

Models Zoo is empty #273

Open LebToki opened 1 year ago

LebToki commented 1 year ago

Expected Behavior

it failed to produce a list of models

Current Behavior

moved models manually to the models folder but still failed to show Loading binding None install ON Traceback (most recent call last): File "D:__PROJECTS__ChatGPT\GPT4All-webui\api__init.py", line 222, in _rebuild_model self.binding = self.load_binding(self.config["binding_name"], install=True) File "D:\PROJECTS__ChatGPT\GPT4All-webui\api__init__.py", line 141, in load_binding binding_path = self.lollms_paths.bindings_zoo_path/binding_name TypeError: unsupported operand type(s) for /: 'WindowsPath' and 'NoneType' Couldn't build binding unsupported operand type(s) for /: 'WindowsPath' and 'NoneType'

Context

Windows 11

ParisNeo commented 1 year ago

When you install this the first Time you got prompted to where to put your data. If you chose the default option it is installed on your documents folder/lollms Open it go to configs then local_config. You should see that model_name is null. Replace that with the name of your model and retry. Don't forget the .bin

LebToki commented 1 year ago

Milles Merci I think you should include this in the setup script or at least have a notice somewhere in there. Next in line I think is choosing a Binding under Windows 11 for some reason. will update you further on the progress !

ParisNeo commented 1 year ago

Yes, I just finished adding this so I didn't have time to add the documentation yet.