« All posts

Compiling llama.cpp on Debian 12/13 and Cross Compiling for ARM64

Learn how to compile llama.cpp natively and cross-compile for ARM64 on Debian 12/13.

llama.cpp is a lightweight, fast C/C++ based LLM runtime that can be compiled natively or cross-compiled for ARM64 on Debian 12/13. This guide details the installation of dependencies, cloning the source code, and the compilation steps involved.