Closed sadaqatullah closed 2 weeks ago
posix_memalign() is defined in
For me the code looks a bit strange as #if defined(GGML_BITNET_X86_TL2) refers to X86 and not ARM... ?!
But we have to ask one of the authors about details. Not sure if the matrix https://github.com/microsoft/BitNet?tab=readme-ov-file#supported-models is maybe not correct for Llama3-8B-1.58-100B-tokens and ARM platform
I am also facing the exact same issue on UB22.04 on aarch64. I can also confirm that the path to
I found what's wrong in there and prepared a hotfix. I'm not a maintainer, thus it might take a while to approve it.
Same problem on Raspbian bookworm
In the log files I am getting this when running
python setup_env.py --hf-repo HF1BitLLM/Llama3-8B-1.58-100B-tokens -q i2_s
on linux server with arm CPU.When I ran
grep -i "error" logs/compile.log
, I got following list of errors: