Nix: use python packages supplied by withPackages
This commit is contained in:
parent
3ee54ef522
commit
1171c0e663
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
llama-python = with pkgs; python310.withPackages (ps: with python310Packages; [
|
||||
llama-python = pkgs.python310.withPackages (ps: with ps; [
|
||||
torch
|
||||
numpy
|
||||
sentencepiece
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue