dalai
dalai copied to clipboard
Model not running
I've followed your instructions and get no errors or warnings, but nothing is served:
% npx dalai llama install 7B
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
% npx dalai serve
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
%
Nothing exists at either localhost
or 127.0.0.1
.
I am on Ubuntu 22.04 with software versiosns:
$ node -v; npx -v
v18.15.0
9.5.0
me too
The commands above must be run as root.
same problem happened to me, I have not figured it out yet.
@ruxiz2020 I found that:
sudo npx dalai llama install 7B
sudo npx dalai serve
worked for me.