dalai icon indicating copy to clipboard operation
dalai copied to clipboard

not able to run dalai in ubuntu

Open anandhelloworld opened this issue 1 year ago • 1 comments

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

anandhelloworld avatar Apr 18 '23 10:04 anandhelloworld

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

  1. Made sure that I fulfill the requirements mentioned w.r.t python (Python <= 3.10) and nodejs (Node.js >= 18)
  2. 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.

abdullahalzubaer avatar Apr 18 '23 20:04 abdullahalzubaer