dalai
dalai copied to clipboard
keep asking to install [email protected]
Need to install the following packages: [email protected]
Same for me. I confirmed I have permissions on path and up-to-date npm version (9.6.2).
Same thing for me
same :(
You guys are probably getting a silent error. Try installing it manually and check the console output.
npm i -g dalai
I'm running in Windows and had the same error.
Solved it by installing the Desktop development with C++
from VS installer.
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
Still happening on a completely new linux install.