To ensure compatibility, this project uses llama.cpp version b4514``.
git clone https://github.com/genta-technology/inference-personal
cd inference-personal
cd external
git clone https://github.com/ggml-org/llama.cpp.git
cd llama.cpp
git checkout b4514
git switch -c b4514
git branch # Ensure the branch is `b4514` or lower
git submodule update --init --recursive
git lfs install
git lfs pull
cd ../..
mkdir build && cd build
cmake ..
make
After a successful build, run the test binary:
./bin/test