In my M1 macbook, after I use terminal to put in the rest, I get a number of mistakes for the reason that binaries are being put in for x86 structure after I want arm64. For instance, after I write the make
command in terminal I am getting:
make
Makefile:24: Your arch is introduced as x86_64, however it sort of feels to in reality be ARM64. No longer solving that may end up in unhealthy efficiency. For more information see: https://github.com/ggerganov/whisper.cpp/problems/66#issuecomment-1282546789
sysctl: unknown oid 'machdep.cpu.leaf7_features'
I llama.cpp construct data:
I UNAME_S: Darwin
I UNAME_P: i386
I UNAME_M: x86_64
I CFLAGS: -I. -O3 -DNDEBUG -std=c11 -fPIC -pthread -mf16c -DGGML_USE_ACCELERATE
I CXXFLAGS: -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -pthread
I LDFLAGS: -framework Boost up
I CC: Apple clang model 12.0.5 (clang-1205.0.22.9)
I CXX: Apple clang model 12.0.5 (clang-1205.0.22.9)
What can I do to mend this?