Nix flake: set meta.mainProgram to llama

This commit is contained in:
Ben Siraphob
2023-03-20 22:50:22 +01:00
committed by Pavol Rusnak
parent fe2c4d189c
commit bc283200bd
+1
View File
@@ -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; [