Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
TTS
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
torch
|
4 |
+
git+https://github.com/huggingface/optimum.git
|
5 |
+
git+https://github.com/huggingface/accelerate.git
|
6 |
+
scipy
|