dalai
dalai copied to clipboard
not able to run dalai in ubuntu
Need to install the following packages: [email protected] Ok to proceed? (y) y
i am trying to install dalai using npx dalai serve , it ask abouve promt and when i press y it download something and then end without showing anything. my system specs : Ubuntu 22.04 LTS cpu :Intel® Xeon(R) E-2224G CPU @ 3.50GHz × 4 ram :16gb
Hello, I also had a similar issue, and it was not working on my machine also (Ubuntu 22.04.2 LTS). After some try, I could make it work with the alpaca 7B. I will write down the things that I think has fixed the issue
- Made sure that I fulfill the requirements mentioned w.r.t python (Python <= 3.10) and nodejs (Node.js >= 18)
- Then I executed this command
sudo apt-get install build-essential python3-venv -y
as mentioned here
Then I followed the usual instruction and it worked :)
I hope it helps! Thanks.