diff --git a/flake.nix b/flake.nix index da4bd7ba3..4c2717e0d 100644 --- a/flake.nix +++ b/flake.nix @@ -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