mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
Add new binaries to flake.nix (#847)
This commit is contained in:
parent
62cfc54f77
commit
317fb12fbd
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
mv bin/main $out/bin/llama
|
mv bin/main $out/bin/llama
|
||||||
mv bin/quantize $out/bin/quantize
|
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
|
echo "#!${llama-python}/bin/python" > $out/bin/convert-pth-to-ggml
|
||||||
cat ${./convert-pth-to-ggml.py} >> $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
|
chmod +x $out/bin/convert-pth-to-ggml
|
||||||
|
|
Loading…
Reference in a new issue