llama-cpp: disable gpu

This commit is contained in:
2025-05-28 21:09:45 -07:00
parent c8c150e10c
commit 5835da1f7b

View File

@@ -21,8 +21,8 @@
# vulkan broken: https://github.com/ggml-org/llama.cpp/issues/13801
package = (optimizePackage inputs.llamacpp.packages.${pkgs.system}.default);
extraFlags = [
"-ngl"
"9999"
# "-ngl"
# "9999"
];
};