dalai icon indicating copy to clipboard operation
dalai copied to clipboard

keep asking to install [email protected]

Open therzv opened this issue 1 year ago • 7 comments

Need to install the following packages: [email protected]

therzv avatar Mar 22 '23 12:03 therzv

Same for me. I confirmed I have permissions on path and up-to-date npm version (9.6.2).

mdavismcd avatar Mar 22 '23 12:03 mdavismcd

Same thing for me

Lacarte avatar Mar 22 '23 14:03 Lacarte

same :(

mapleroyal avatar Mar 22 '23 14:03 mapleroyal

You guys are probably getting a silent error. Try installing it manually and check the console output.

npm i -g dalai

AnonimusJack avatar Mar 22 '23 15:03 AnonimusJack

I'm running in Windows and had the same error. Solved it by installing the Desktop development with C++ from VS installer. image

rsibanez89 avatar Mar 22 '23 15:03 rsibanez89

try following way:

nvm install 18
nvm use 18
git clone https://github.com/cocktailpeanut/dalai
cd dalai
node setup.js
mkdir -p ~/dalai/alpaca/models
./dalai alpaca install 7B
./dalai serve

soolaugust avatar Mar 23 '23 05:03 soolaugust

Still happening on a completely new linux install.

mapleroyal avatar Mar 26 '23 14:03 mapleroyal