getumbrel / llama-gpt

A self-hosted, offline, ChatGPT-like chatbot. Powered by Llama 2. 100% private, with no data leaving your device. New: Code Llama support!
https://apps.umbrel.com/app/llama-gpt
MIT License
10.53k stars 666 forks source link

Infinite loop "No such file run.sh" #135

Open HonneMX opened 6 months ago

HonneMX commented 6 months ago

I completed all the steps in the instruction for running with Docker. I cloned the repository. I entered into it. I started the command prompt as an administrator. I ran run.sh --model 70b. The containers are being built but the API is not starting due to the absence of the run.sh file, even though the file is in place.

llama-gpt-api-1 | /bin/sh: 0: cannot open /api/run.sh: No such file llama-gpt-api-1 | /bin/sh: 0: cannot open /api/run.sh: No such file llama-gpt-api-1 | /bin/sh: 0: cannot open /api/run.sh: No such file llama-gpt-api-1 exited with code 2

image image