Revert "llama.cpp: granite-4.0-h-tiny"

This reverts commit ff04fc3cd6.
This commit is contained in:
2025-10-05 23:20:48 -04:00
parent ff04fc3cd6
commit 19b8144df4
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@
enable = true;
model = builtins.toString (
pkgs.fetchurl {
url = "https://huggingface.co/ibm-granite/granite-4.0-h-tiny-GGUF/resolve/main/granite-4.0-h-tiny-Q4_0.gguf";
sha256 = "7ced406c5ee7ae653b772d56aa79ca32997d9e3da69d97b2c8a66dd5e7d5f77d";
url = "https://huggingface.co/rodrigomt/Qwen3-30B-A3B-Thinking-Deepseek-Distill-2507-v3.1-V2-GGUF/resolve/main/Qwen3-30B-A3B-Thinking-Deepseek-Distill-2507-v3.1-V2-UD-Q4_K_XL.gguf";
sha256 = "1a3abffc8463041e24cdc43af26c99b6cfab1d2ee78fef0d793033ec0e5b58aa";
}
);
port = service_configs.ports.llama_cpp;