dalai icon indicating copy to clipboard operation
dalai copied to clipboard

Model not running

Open robonrrd opened this issue 1 year ago • 1 comments

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

robonrrd avatar Mar 22 '23 00:03 robonrrd

me too

LTstrange avatar Mar 22 '23 13:03 LTstrange

The commands above must be run as root.

robonrrd avatar Mar 24 '23 17:03 robonrrd

same problem happened to me, I have not figured it out yet.

ruxiz2020 avatar Mar 26 '23 00:03 ruxiz2020

@ruxiz2020 I found that:

sudo npx dalai llama install 7B
sudo npx dalai serve

worked for me.

robonrrd avatar Mar 26 '23 01:03 robonrrd