nixos/llama-cpp: fix example flags
This commit is contained in:
@@ -20,7 +20,7 @@ in {
|
|||||||
extraFlags = lib.mkOption {
|
extraFlags = lib.mkOption {
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
description = "Extra flags passed to llama-cpp-server.";
|
description = "Extra flags passed to llama-cpp-server.";
|
||||||
example = ["-c" "4096" "-ngl" "32" "--numa"];
|
example = ["-c" "4096" "-ngl" "32" "--numa" "numactl"];
|
||||||
default = [];
|
default = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user