[aarch64] [compiling] Could not pass compiling process when following the official guidence!
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.
The compiling process failed due to a type mismatch problem. The information goes as following:
Does anyone of you have idea about this error?
Try adding-flax-vector-conversions as a compile flag.
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 .