Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
gradio
|
3 |
+
torch
|
4 |
+
accelerate
|
5 |
+
torchaudio
|
6 |
+
numpy
|
7 |
+
sounddevice
|
8 |
+
Cython
|
9 |
+
packaging
|
10 |
+
git+https://github.com/NVIDIA/[email protected]#egg=nemo_toolkit[all]
|