Explorar o código

flake : add train-text-from-scratch to flake.nix (#3042)

takov751 %!s(int64=2) %!d(string=hai) anos
pai
achega
ec2a24fedf
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      flake.nix

+ 4 - 0
flake.nix

@@ -93,6 +93,10 @@
           type = "app";
           program = "${self.packages.${system}.default}/bin/quantize";
         };
+        apps.train-text-from-scratch = {
+          type = "app";
+          program = "${self.packages.${system}.default}/bin/train-text-from-scratch";
+        };
         apps.default = self.apps.${system}.llama;
         devShells.default = pkgs.mkShell {
           buildInputs = [ llama-python ];