mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
add pip
This commit is contained in:
parent
1d16309969
commit
82412f9d67
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue