Skip to content

Commit

Permalink
Add new binaries to flake.nix (ggerganov#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
longregen committed Apr 8, 2023
1 parent 62cfc54 commit 317fb12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
mkdir -p $out/bin
mv bin/main $out/bin/llama
mv bin/quantize $out/bin/quantize
mv bin/embedding $out/bin/embedding
mv bin/perplexity $out/bin/perplexity
echo "#!${llama-python}/bin/python" > $out/bin/convert-pth-to-ggml
cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
chmod +x $out/bin/convert-pth-to-ggml
Expand Down

0 comments on commit 317fb12

Please sign in to comment.