Skip to content

Commit ec2a24f

Browse files
authored
flake : add train-text-from-scratch to flake.nix (#3042)
1 parent 7d99aca commit ec2a24f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
type = "app";
9494
program = "${self.packages.${system}.default}/bin/quantize";
9595
};
96+
apps.train-text-from-scratch = {
97+
type = "app";
98+
program = "${self.packages.${system}.default}/bin/train-text-from-scratch";
99+
};
96100
apps.default = self.apps.${system}.llama;
97101
devShells.default = pkgs.mkShell {
98102
buildInputs = [ llama-python ];

0 commit comments

Comments
 (0)