From: lon Date: Sat, 8 Apr 2023 10:04:23 +0000 (-0300) Subject: Add new binaries to flake.nix (#847) X-Git-Tag: gguf-v0.4.0~1001 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=317fb12fbd7cef5d86476574bffe0e904af884ca;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add new binaries to flake.nix (#847) --- diff --git a/flake.nix b/flake.nix index 4c2717e0..cd1b6d28 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,9 @@ mkdir -p $out/bin mv bin/main $out/bin/llama 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 cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml chmod +x $out/bin/convert-pth-to-ggml