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