Skip to content

Commit 317fb12

Browse files
authored
Add new binaries to flake.nix (ggml-org#847)
1 parent 62cfc54 commit 317fb12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
mkdir -p $out/bin
3131
mv bin/main $out/bin/llama
3232
mv bin/quantize $out/bin/quantize
33+
mv bin/embedding $out/bin/embedding
34+
mv bin/perplexity $out/bin/perplexity
35+
3336
echo "#!${llama-python}/bin/python" > $out/bin/convert-pth-to-ggml
3437
cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
3538
chmod +x $out/bin/convert-pth-to-ggml

0 commit comments

Comments
 (0)