Open EvanYLLu opened 1 year ago
Same here. I ran the instructions for docker:
docker compose build
docker compose run dalai npx dalai alpaca install 7B
docker compose up
then went to the web server on 127.0.0.1:3000
and tried to enter any prompt and it immediately returned the prompt back to me in the list at the bottom and the button was spinning on cancel indefinitely.
I installed llama docker compose run dalai npx dalai llama install 7B
and picked it from the drop down and everything worked great. alpaca 7B just seemed to hang indefinitely (or never start?).
Here's a picture of alpaca vs llama both 7B:
Mine works but outcome cannot
the outcome is not desirable maybe I use Llama 7B model
Operating System: Mac CPU: M1
I have problems same to #372 too. I follow the steps of #373. It fix "TypeError: Cannot read properties of undefined (reading 'split')", but alpaca didn't execute. The state is stuck on sending the task instruction, then no response. How to solve this?