Skip to content

Commit

Permalink
flake : add train-text-from-scratch to flake.nix (ggerganov#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
takov751 committed Sep 8, 2023
1 parent 7d99aca commit ec2a24f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ec2a24f

Please sign in to comment.