llama-cpp: disable gpu

This commit is contained in:
Simon Gardling 2025-05-28 21:09:45 -07:00
parent 109e132497
commit 4dc577fdcb
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

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"
];
};