Browse Source

Nix flake: set meta.mainProgram to llama

Ben Siraphob 2 năm trước cách đây
mục cha
commit
bd4b46d6ba
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      flake.nix

+ 1 - 0
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; [