We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d99aca commit ec2a24fCopy full SHA for ec2a24f
flake.nix
@@ -93,6 +93,10 @@
93
type = "app";
94
program = "${self.packages.${system}.default}/bin/quantize";
95
};
96
+ apps.train-text-from-scratch = {
97
+ type = "app";
98
+ program = "${self.packages.${system}.default}/bin/train-text-from-scratch";
99
+ };
100
apps.default = self.apps.${system}.llama;
101
devShells.default = pkgs.mkShell {
102
buildInputs = [ llama-python ];
0 commit comments