ParisNeo/lollms-webui

Models Zoo is empty

Opened this issue ยท 3 comments

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

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

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 !

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