Closed loretoparisi closed 1 year ago
are you using alpine linux? we are currently compiling for GNU linux actually since alpine has a different libc.
are you using alpine linux? we are currently compiling for GNU linux actually since alpine has a different libc.
no I'm on macOS, Apple Silicon.
@loretoparisi This is a bug from CI cross compiling process and I m investigating it. for temporary solution, you need to build it manually. the process is to prepare rust and clone this project, locate packages/llama-cpp and run "npm run build", then collect the binary from @llama-node folder (under packages/llama-cpp)
@loretoparisi I have publish 0.0.26 to fix this temporarily, but you still need to upgrade to node.js 16 or higher version. I will leave this issue open untill I fix the CI pipeline for cross compiling.
@loretoparisi I have publish 0.0.26 to fix this temporarily, but you still need to upgrade to node.js 16 or higher version. I will leave this issue open untill I fix the CI pipeline for cross compiling.
okay thank you! I think node16 is ok. I have problems with WASM modules and node >=17, so just for test it should be fine. Right now I'm still stuck to node 14.7.3 for that reason!
@loretoparisi this issue has been fully resolved since v0.0.27
I get
zsh: illegal hardware instruction
when executing withv14.17.3
a inference script likeI'm using