aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
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; [