You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?).
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?
The text was updated successfully, but these errors were encountered: