We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a32fcb commit bb98e77Copy full SHA for bb98e77
flake.nix
@@ -30,9 +30,9 @@
30
mv bin/* $out/bin/
31
mv $out/bin/main $out/bin/llama
32
33
- echo "#!${llama-python}/bin/python" > $out/bin/convert-pth-to-ggml
34
- cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
35
- chmod +x $out/bin/convert-pth-to-ggml
+ echo "#!${llama-python}/bin/python" > $out/bin/convert.py
+ cat ${./convert.py} >> $out/bin/convert.py
+ chmod +x $out/bin/convert.py
36
'';
37
meta.mainProgram = "llama";
38
};
0 commit comments