From bd4b46d6ba504b99c936f43fc014529adffb6048 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Mon, 20 Mar 2023 16:44:30 -0500 Subject: [PATCH] Nix flake: set meta.mainProgram to llama --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index dae4ff6..da4bd7b 100644 --- a/flake.nix +++ b/flake.nix @@ -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; [