Update apps.nix
This commit is contained in:
parent
82df7f9f0e
commit
8cf8c129d4
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@
|
|||
let
|
||||
inherit (config.packages) default;
|
||||
binaries = [
|
||||
"llama"
|
||||
"llama-cli"
|
||||
"llama-embedding"
|
||||
"llama-server"
|
||||
"quantize"
|
||||
"train-text-from-scratch"
|
||||
"llama-quantize"
|
||||
"llama-train-text-from-scratch"
|
||||
];
|
||||
mkApp = name: {
|
||||
type = "app";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue