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
Hi i have an error when i try to install LLama
when i have to quantize the model to 4-bits
i got this error : Permission not granted
so i've allowed it to be execute and now i have this error:
cannot execute file: binary Format error for exec()
pls help
The text was updated successfully, but these errors were encountered:
It should be ./build/bin/quantize ./models/ggml-model-f16.bin ./models/ggml-model-q4_0.bin 2 or similar assuming you are in the llama.cpp root and that your CMake build dir is build
Hi i have an error when i try to install LLama
when i have to quantize the model to 4-bits
i got this error : Permission not granted
so i've allowed it to be execute and now i have this error:
cannot execute file: binary Format error for exec()
pls help
The text was updated successfully, but these errors were encountered: