mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2025-02-22 15:40:02 +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; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
llama-python =
|
llama-python =
|
||||||
pkgs.python310.withPackages (ps: with ps; [ numpy sentencepiece ]);
|
pkgs.python310.withPackages (ps: with ps; [ numpy sentencepiece pip ]);
|
||||||
in {
|
in {
|
||||||
packages.default = pkgs.stdenv.mkDerivation {
|
packages.default = pkgs.stdenv.mkDerivation {
|
||||||
name = "llama.cpp";
|
name = "llama.cpp";
|
||||||
|
|
Loading…
Reference in a new issue