We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca775a commit a6a763cCopy full SHA for a6a763c
nix/configuration.nix
@@ -1098,8 +1098,8 @@ in {
1098
#
1099
services.llama-cpp.port = 11434;
1100
services.llama-cpp.package = unst.llama-cpp.override {vulkanSupport = true;};
1101
- services.llama-cpp.model = ../../llms/OpenGVLab_InternVL3_5-1B-Q4_K_M.gguf;
1102
- services.llama-cpp.extraFlags = ["-c" "32000"];
+ services.llama-cpp.model = ../../llms/NousResearch_Hermes-4-14B-Q4_K_M.gguf;
+ # services.llama-cpp.extraFlags = ["-c" "32000"];
1103
1104
# Fonts
1105
0 commit comments