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 62cfc54 commit 317fb12Copy full SHA for 317fb12
flake.nix
@@ -30,6 +30,9 @@
30
mkdir -p $out/bin
31
mv bin/main $out/bin/llama
32
mv bin/quantize $out/bin/quantize
33
+ mv bin/embedding $out/bin/embedding
34
+ mv bin/perplexity $out/bin/perplexity
35
+
36
echo "#!${llama-python}/bin/python" > $out/bin/convert-pth-to-ggml
37
cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
38
chmod +x $out/bin/convert-pth-to-ggml
0 commit comments