abdwahdia commited on
Commit
cb86dd8
·
verified ·
1 Parent(s): c88e9fb

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ git+https://github.com/huggingface/transformers.git@main # Must install from source
2
+ torch>=2.1.0
3
+ av==10.0.0
4
+ numpy>=1.23.0
5
+ Pillow>=10.0.0
6
+ gradio>=4.0.0
7
+ huggingface-hub>=0.20.0
8
+ accelerate>=0.27.0
9
+ bitsandbytes>=0.42.0