Skip to content

Commit a6a763c

Browse files
committed
new llm
1 parent eca775a commit a6a763c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/configuration.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,8 +1098,8 @@ in {
10981098
#
10991099
services.llama-cpp.port = 11434;
11001100
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"];
1101+
services.llama-cpp.model = ../../llms/NousResearch_Hermes-4-14B-Q4_K_M.gguf;
1102+
# services.llama-cpp.extraFlags = ["-c" "32000"];
11031103
#
11041104
# Fonts
11051105
#

0 commit comments

Comments
 (0)