Nix flake: set meta.mainProgram to llama

pull/352/head
Ben Siraphob 1 year ago committed by Pavol Rusnak
parent 6b6d5b5024
commit bd4b46d6ba

@ -34,6 +34,7 @@
cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
chmod +x $out/bin/convert-pth-to-ggml
'';
meta.mainProgram = "llama";
};
devShells.default = pkgs.mkShell {
packages = with pkgs; [

Loading…
Cancel
Save