Explorar el Código

Nix flake: set meta.mainProgram to llama

Ben Siraphob hace 2 años
padre
commit
bd4b46d6ba
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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; [