From 3e46c5bfa54507f11d222b8cae1e954f0155a8c3 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 6 Apr 2026 01:53:11 -0400 Subject: [PATCH] llama-cpp: use turbo3 for everything --- services/llama-cpp/llama-cpp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/llama-cpp/llama-cpp.nix b/services/llama-cpp/llama-cpp.nix index df27025..1691d35 100644 --- a/services/llama-cpp/llama-cpp.nix +++ b/services/llama-cpp/llama-cpp.nix @@ -30,9 +30,9 @@ in "-c" "65536" "-ctk" - "q8_0" + "turbo3" "-ctv" - "turbo4" + "turbo3" "-fa" "on" "--api-key-file"