XiaoyiYangRIT commited on
Commit
5c0e42d
·
1 Parent(s): 5c0ca40

some file update

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,23 +1,25 @@
1
- # Core transformers + inference
2
  transformers>=4.38.0
3
  accelerate>=0.27.2
4
  torch>=2.1.0
5
  huggingface-hub>=0.22.2
6
 
7
- # For video frame sampling
8
  decord==0.6.0
9
  imageio>=2.31.1
10
 
11
- # For Gradio and Spaces integration
12
  gradio>=4.17.0
13
  spaces>=0.20.0
14
 
15
- # PIL backend (imageio requires it)
16
  pillow>=10.0.0
 
17
 
18
- # Optional: To avoid tokenizer warnings
19
  sentencepiece>=0.1.99
20
  einops
21
  timm
22
- Pillow
23
- flash-attn
 
 
1
+ # Core dependencies
2
  transformers>=4.38.0
3
  accelerate>=0.27.2
4
  torch>=2.1.0
5
  huggingface-hub>=0.22.2
6
 
7
+ # For video processing
8
  decord==0.6.0
9
  imageio>=2.31.1
10
 
11
+ # Gradio interface
12
  gradio>=4.17.0
13
  spaces>=0.20.0
14
 
15
+ # Image support
16
  pillow>=10.0.0
17
+ Pillow
18
 
19
+ # Miscellaneous
20
  sentencepiece>=0.1.99
21
  einops
22
  timm
23
+
24
+ # ⚠️ flash-attn depends on torch being installed already
25
+ flash-attn