lollms-webui
lollms-webui copied to clipboard
Lord of Large Language Models Web User Interface
Checking discussions database... llama_model_load: loading model from './models/gpt4all-lora-quantized-ggml.bin' - please wait ... llama_model_load: n_vocab = 32001 llama_model_load: n_ctx = 512 llama_model_load: n_embd = 4096 llama_model_load: n_mult = 256 llama_model_load: n_head...
As Thanos said: Fine! I'll do it myself. I will upgrade the UI interface to make it more user friendly. I'll provide both a light and dark modes. Starting the...
Next to come is a personality section where we can condition the chatbot to be one of multiple personalities. We need to make it possible to submit our own personalities...
Everything installed good, no problems, converted the model. then when i run run.bat its stuck on this: ``` E:\VBA_PROJECTS\Git\gpt4all-ui>echo off HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHH .HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHH. ,HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHH.## HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHHHHHHHH#.HHHHH/*,*,*,*,*,*,*,*,***,*,**#HHHHHHHHHHHHHHHHHHHHHHHHHHHH...
## Expected Behavior Project is starting, or at least some info in logs ## Current Behavior ``` debian@host:~/dockers/gpt4all-ui$ docker-compose up Recreating gpt4all-ui_webui_1 ... done Attaching to gpt4all-ui_webui_1 gpt4all-ui_webui_1 exited with...
## Current Behavior If I run the ``run.bat``, I get nothing but the logo. By inspecting the ``run.bat``-file, I saw i was in the ``pause > nul`` and the execution...
## Expected Behavior Conversion of model gpt4all-lora-quantized-ggml.bin ## Current Behavior Do you want to convert the selected model to the new format? [Y,N]?Y Converting the model to the new format......
As my journey ended with the proxypass thing, ( #76 ), i went through the code could not understand hot to modify the python parts to be able to define...
## Expected Behavior Ability to invoke ggml model in gpu mode using gpt4all-ui ## Current Behavior Unclear how to pass the parameters or which file to modify to use gpu...
I have run the `app.py with --host 0.0.0.0` and can access the web ui from local machines, but when i try to proxypass and access it from domain, it shows...