llama-cpp: disable

This commit is contained in:
2026-04-03 00:17:38 -04:00
parent 9e235abf48
commit c2ff07b329

View File

@@ -8,7 +8,7 @@
}:
{
services.llama-cpp = {
enable = true;
enable = false;
model = toString (
pkgs.fetchurl {
url = "https://huggingface.co/unsloth/Qwen3.5-9B-GGUF/resolve/main/Qwen3.5-9B-Q4_K_M.gguf";