mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-13 14:29:52 +00:00
flake : add train-text-from-scratch to flake.nix (#3042)
This commit is contained in:
parent
7d99aca759
commit
ec2a24fedf
@ -93,6 +93,10 @@
|
|||||||
type = "app";
|
type = "app";
|
||||||
program = "${self.packages.${system}.default}/bin/quantize";
|
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;
|
apps.default = self.apps.${system}.llama;
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
buildInputs = [ llama-python ];
|
buildInputs = [ llama-python ];
|
||||||
|
Loading…
Reference in New Issue
Block a user