summaryrefslogtreecommitdiff
path: root/llama-cpp-cpu.nix
diff options
context:
space:
mode:
authorsss <sss@dark-alexandr.net>2025-08-16 21:58:24 +0300
committersss <sss@dark-alexandr.net>2025-08-16 23:48:39 +0300
commitd82b0f969d799c04f0a2c0378cedd39b3725db8e (patch)
treec405802e36463c971e2097c4760e36d4b9c0f673 /llama-cpp-cpu.nix
parentf5e31fb45569d963d1eca99a63803537b7a35a81 (diff)
pipewire/wireplumber: update
Diffstat (limited to 'llama-cpp-cpu.nix')
-rw-r--r--llama-cpp-cpu.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/llama-cpp-cpu.nix b/llama-cpp-cpu.nix
index ad10408..1815dcc 100644
--- a/llama-cpp-cpu.nix
+++ b/llama-cpp-cpu.nix
@@ -12,8 +12,8 @@ self: super: {
(old: rec {
version = "git";
src = fetchGit {
-# url = "https://github.com/ggerganov/llama.cpp";
-# ref = "master";
+ # url = "https://github.com/ggerganov/llama.cpp";
+ # ref = "master";
url = "https://github.com/ikawrakow/ik_llama.cpp";
ref = "main";
submodules = true;