summaryrefslogtreecommitdiff
path: root/llama-cpp-cpu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'llama-cpp-cpu.nix')
-rw-r--r--llama-cpp-cpu.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/llama-cpp-cpu.nix b/llama-cpp-cpu.nix
index 5ad0d01..ad10408 100644
--- a/llama-cpp-cpu.nix
+++ b/llama-cpp-cpu.nix
@@ -14,8 +14,7 @@ self: super: {
src = fetchGit {
# url = "https://github.com/ggerganov/llama.cpp";
# ref = "master";
-# url = "https://github.com/ikawrakow/ik_llama.cpp";
- url = "http://git.dark-alexandr.net/ik_llama.cpp.git";
+ url = "https://github.com/ikawrakow/ik_llama.cpp";
ref = "main";
submodules = true;
# rev = "";