llama-node
llama-node copied to clipboard
Can't run the example on MacOS M1 pro
trafficstars
- I tried to run: https://github.com/Atome-FE/llama-node/blob/main/example/js/langchain/langchain.js with ggml-vic7b-q4_0.bin
- At 'await llama.load(config);' --> I'm getting: Illegal instruction: 4
- I'm using: npm install @llama-node/llama-cpp and alpaca.cpp is working on another example.
Any ideas?