llama.cpp
llama.cpp copied to clipboard
Fails to run quantize command
Hi, this project looks great! But I got the below error.
Mackbook Air M1
./build/bin/quantize ./models/7B/ggml-model-f16.bin ./models/7B/ggml-model-q4_0.bin 2
zsh: killed ./build/bin/quantize ./models/7B/ggml-model-f16.bin 2
I have tried to install cmake
and re-build, didn't work.
Any idea?
Getting the same issue. I think I've identified the issue. Working on a fix
Presumably solved by #927, closing.