BitNet icon indicating copy to clipboard operation
BitNet copied to clipboard

[aarch64] [compiling] Could not pass compiling process when following the official guidence!

Open houchen-li opened this issue 9 months ago • 1 comments

I tried to deploy BitNet on my arm64 laptop. But suddenly I run into issues:

I followed the guidence on the webpage and typed the instruction one by one correctly. Not until I reached the last instuction, everything works fine.

Image

The compiling process failed due to a type mismatch problem. The information goes as following:

Image

Does anyone of you have idea about this error?

houchen-li avatar May 08 '25 03:05 houchen-li

Try adding-flax-vector-conversions as a compile flag.

rohan-shettyy avatar May 12 '25 21:05 rohan-shettyy

My device can now build the project after pulling down the latest commit. Thanks for you hard working!

But the latest configuration still use single thread to compile the project. Thus I created a wrapper script to run cmake parallelly. It is proved to work fine on both arm and x86_64 linux machine.

Please check https://github.com/houchen-li/BitNet .

houchen-li avatar May 25 '25 06:05 houchen-li