Stuck in update loop
Expected Behavior
I cannot run lollms webui
Current Behavior
It is stuck in a update loop
Steps to Reproduce
./webui.sh
Context
Please provide any additional context about the issue.
Screenshots
i temp fixed it by uncommenting run_update_script in app.py
Please reinstall using last update. Start by backup your personal folder, reinstall using the release version install script for your platform. Then put back your database and models in their new places. In models folder under the type of the model, like gguf, ggml, gptq or awq.
That solved my problem
Had the same thing today. The reason for that was: I changed something in the requirements.txt. Git detected the change so git pull -v --origin threw the error. Can be solved with git stash.