From b8759218ec3fde9fcb4a726d42276a1a3983151d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 16 Oct 2025 20:16:03 -0400 Subject: [PATCH] llama.cpp: ngl 8-> 12 --- services/llama-cpp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/llama-cpp.nix b/services/llama-cpp.nix index 4301bd9..8c8256c 100644 --- a/services/llama-cpp.nix +++ b/services/llama-cpp.nix @@ -27,7 +27,7 @@ ); extraFlags = [ "-ngl" - "8" + "12" "-c" "16384" ];