add lstm deps (torch, numpy)
This commit is contained in:
@ -21,6 +21,9 @@
|
||||
requests
|
||||
pynacl
|
||||
rich
|
||||
torch
|
||||
numpy
|
||||
nltk
|
||||
]);
|
||||
in {
|
||||
devShell = pkgs.devshell.mkShell {
|
||||
|
@ -5,3 +5,6 @@ beautifulsoup4 # html parsing
|
||||
requests # request web page
|
||||
pynacl # voice support
|
||||
rich
|
||||
torch # LSTM
|
||||
numpy # LSTM
|
||||
nltk # Textgen
|
||||
|
Reference in New Issue
Block a user