The original Llama cpp implementation is available at here.
To submit changes:
git add .
git commit -m "commit message"
git push origin master
To build this project:
make clean
cmake -B build
cmake --build build --config Release -j 24
If you got below error for kompute
:
fatal: cannot chdir to '../../../ggml/src/kompute': No such file or directory
You can fix it by running below command:
git reset ggml_llama/src/kompute