dalai icon indicating copy to clipboard operation
dalai copied to clipboard

No Targets found in make

Open JeremyBolster opened this issue 1 year ago • 0 comments

System

Intel Based Mac running ventura

Error Message

exec: make in /Users/jeremy.bolster/llama.cpp
make
exit
bash-5.2$ make
make: *** No targets specified and no makefile found.  Stop.
bash-5.2$ exit
exit
/Users/me/.npm/_npx/3c737cbb02d79cc9/node_modules/dalai/index.js:153
      throw new Error("running 'make' failed")
            ^

Error: running 'make' failed
    at Dalai.install (/Users/me/.npm/_npx/3c737cbb02d79cc9/node_modules/dalai/index.js:153:13)

Workaround

  1. Run make manually after error message
  2. Remove the make command from the npm cache
  3. Run npx dalai llama to continue installing

JeremyBolster avatar Mar 13 '23 21:03 JeremyBolster