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 {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
};
|
};
|
||||||
llama-python = with pkgs; python310.withPackages (ps: with python310Packages; [
|
llama-python = pkgs.python310.withPackages (ps: with ps; [
|
||||||
torch
|
torch
|
||||||
numpy
|
numpy
|
||||||
sentencepiece
|
sentencepiece
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue