This commit is contained in:
aditya 2023-07-10 17:24:18 +05:30
parent 1d16309969
commit 82412f9d67
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -26,7 +26,7 @@
[ ];
pkgs = import nixpkgs { inherit system; };
llama-python =
pkgs.python310.withPackages (ps: with ps; [ numpy sentencepiece ]);
pkgs.python310.withPackages (ps: with ps; [ numpy sentencepiece pip ]);
in {
packages.default = pkgs.stdenv.mkDerivation {
name = "llama.cpp";