aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2023-04-14 15:37:11 +0200
committerGitHub <noreply@github.com>2023-04-14 15:37:11 +0200
commita32f7acc9f54dba1c728cb1e596bd00bf3b4eb5f (patch)
tree1d486dc895e2b255f9b363a15a8ca4dd4b83c960 /flake.nix
parent43ffdefb7424f79a3d510c199e2ea86684b4f824 (diff)
py : cleanup dependencies (#962)
after #545 we do not need torch, tqdm and requests in the dependencies
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 91d2edd..5363052 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,6 @@
inherit system;
};
llama-python = pkgs.python310.withPackages (ps: with ps; [
- torch
numpy
sentencepiece
]);