Revert "llama-cpp: maybe use vulkan?"

This reverts commit 0a927ea893.
This commit is contained in:
2026-04-06 02:28:26 -04:00
parent df04e36b41
commit 9addb1569a
3 changed files with 10 additions and 11 deletions

View File

@@ -23,10 +23,10 @@ in
);
port = service_configs.ports.private.llama_cpp.port;
host = "0.0.0.0";
package = (lib.optimizePackage inputs.llamacpp.packages.${pkgs.system}.vulkan);
package = (lib.optimizePackage inputs.llamacpp.packages.${pkgs.system}.default);
extraFlags = [
"-ngl"
"999"
# "-ngl"
# "12"
"-c"
"65536"
"-ctk"