llama.cpp: ngl 8-> 12

This commit is contained in:
2025-10-16 20:16:03 -04:00
parent ea5996dc9e
commit b8759218ec

View File

@@ -27,7 +27,7 @@
); );
extraFlags = [ extraFlags = [
"-ngl" "-ngl"
"8" "12"
"-c" "-c"
"16384" "16384"
]; ];