ParisNeo/lollms-webui

Unable to load models

krypterro opened this issue · 5 comments

Clean install on Ubuntu 22.04 LTS, and it's not finding the models, or letting me install a backend. Am I missing a backendlist.yaml?

******************* Building Personality from main Process *************************
Couldn't build model
unsupported operand type(s) for /: 'PosixPath' and 'NoneType'

When I try to install a backend I get this error:

(env) zino@dev2:~/apps/gpt4all-ui$ python3 installations/install_backend.py
Traceback (most recent call last):
File "/home/zino/apps/gpt4all-ui/installations/install_backend.py", line 51, in
with open('backendlist.yaml', 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'backendlist.yaml'

Hi, all backends come preinstalled now. No need to execute this script.

Open your browser and go to settings tab, select models zoo and download the model you want. select it, apply changes, wait till changes are applyed, then press save button.

I'll make a video this evening.

Is there a way to set the model save/storage path, so I can use the same models as I'm using for gpt4all, negating the need for duplicate use of many gigs of drive space?

Screenshot_20230522_231557_NoMachine

Where is Model Zoo in the settings?

Its old UI. NEW UI have Model Zoo.
NEW UI change "GPT4All\configs\local_default.yaml" use_new_ui: true .

That worked perfectly, thank you.