Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
optimum
|
| 2 |
+
soundfile
|
| 3 |
+
# You might also want to explicitly add transformers, torch, etc.
|
| 4 |
+
# though these are usually available by default or installed by the base container.
|
| 5 |
+
# Adding them doesn't hurt and ensures consistency.
|
| 6 |
+
transformers
|
| 7 |
+
torch
|