Skip to content

Commit a18c192

Browse files
sirabenprusnak
authored andcommitted
Fix Nix build
1 parent a50e39c commit a18c192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
];
2929
installPhase = ''
3030
mkdir -p $out/bin
31-
mv llama $out/bin/llama
32-
mv quantize $out/bin/quantize
31+
mv bin/main $out/bin/llama
32+
mv bin/quantize $out/bin/quantize
3333
echo "#!${llama-python}/bin/python" > $out/bin/convert-pth-to-ggml
3434
cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
3535
chmod +x $out/bin/convert-pth-to-ggml

0 commit comments

Comments
 (0)