You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 --version
Python 3.9.2
$ make --version
GNU Make 4.3
Built for arm-unknown-linux-gnueabihf
$ g++ --version
g++ (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110
Expected Behavior
Build using
make
.Current Behavior
Build fails with error, but adding
LLAMA_NO_K_QUANTS=1
allows build to succeed.Environment and Context
Commit
d7d2e6a0f0c74f7a570dae384dfff371ac744d2a
CPU Architecture
Operating System:
Linux raspberrypi3 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
SDK version:
Steps to Reproduce
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make
(produces error)make clean && LLAMA_NO_K_QUANTS=1 make
(succeds)Failure Logs
The text was updated successfully, but these errors were encountered: