Habib-HF commited on
Commit
31e58ee
·
verified ·
1 Parent(s): c16d89a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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