From 75f0ab300ecef1a86704071a5509ad3ac5110ae2 Mon Sep 17 00:00:00 2001 From: Henrik Berglund <110549389+henrikvilhelmberglund@users.noreply.github.com> Date: Thu, 7 May 2026 11:57:06 +0200 Subject: [PATCH] Update repository clone instructions in build.md (#1753) --- docs/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.md b/docs/build.md index 6f5a22a7..296ae3d6 100644 --- a/docs/build.md +++ b/docs/build.md @@ -5,8 +5,8 @@ **To get the Code:** ```bash -git clone https://github.com/ggerganov/llama.cpp -cd llama.cpp +git clone https://github.com/ikawrakow/ik_llama.cpp +cd ik_llama.cpp ``` In order to build `ik_llama.cpp` you have four different options.