Skip to content

Commit

Permalink
Fix Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
siraben authored and prusnak committed Mar 23, 2023
1 parent a50e39c commit a18c192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
];
installPhase = ''
mkdir -p $out/bin
mv llama $out/bin/llama
mv quantize $out/bin/quantize
mv bin/main $out/bin/llama
mv bin/quantize $out/bin/quantize
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 a18c192

Please sign in to comment.