add lstm deps (torch, numpy)

This commit is contained in:
2022-11-09 01:11:01 +01:00
parent 5bd0b92243
commit 46be806d2e
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,9 @@
requests
pynacl
rich
torch
numpy
nltk
]);
in {
devShell = pkgs.devshell.mkShell {

View File

@ -5,3 +5,6 @@ beautifulsoup4 # html parsing
requests # request web page
pynacl # voice support
rich
torch # LSTM
numpy # LSTM
nltk # Textgen