Gilotopia commited on
Commit
03d5f8d
·
verified ·
1 Parent(s): bc68e91

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
- tqdm
2
- einops
3
- spaces
4
- timm
5
  transformers
6
- samv2
 
7
  gradio
8
  supervision
9
- opencv-python
10
- pytest
11
  flash-attn
12
- numpy
 
 
1
+ numpy
2
+ opencv-python-headless # Use headless version instead of opencv-python for servers
 
 
3
  transformers
4
+ accelerate
5
+ torch
6
  gradio
7
  supervision
8
+ devicetorch
 
9
  flash-attn
10
+ pillow
11
+ tqdm