Atome-FE/llama-node

Can't run the example on MacOS M1 pro

greenido opened this issue · 0 comments

  1. I tried to run: https://github.com/Atome-FE/llama-node/blob/main/example/js/langchain/langchain.js with ggml-vic7b-q4_0.bin
  2. At 'await llama.load(config);' --> I'm getting: Illegal instruction: 4
  3. I'm using: npm install @llama-node/llama-cpp and alpaca.cpp is working on another example.

Any ideas?