Skip to content

Commit 8cf8c12

Browse files
author
ochafik
committed
Update apps.nix
1 parent 82df7f9 commit 8cf8c12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devops/nix/apps.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
let
77
inherit (config.packages) default;
88
binaries = [
9-
"llama"
9+
"llama-cli"
1010
"llama-embedding"
1111
"llama-server"
12-
"quantize"
13-
"train-text-from-scratch"
12+
"llama-quantize"
13+
"llama-train-text-from-scratch"
1414
];
1515
mkApp = name: {
1616
type = "app";

0 commit comments

Comments
 (0)