mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
nixos/llama-cpp: fix example flags
This commit is contained in:
parent
647a569075
commit
1dacec9bb9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in {
|
|||
extraFlags = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.str;
|
||||
description = "Extra flags passed to llama-cpp-server.";
|
||||
example = ["-c" "4096" "-ngl" "32" "--numa"];
|
||||
example = ["-c" "4096" "-ngl" "32" "--numa" "numactl"];
|
||||
default = [];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue