peterproofpath commited on
Commit
f785f12
·
verified ·
1 Parent(s): 138f945

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -5,20 +5,20 @@
5
  transformers>=4.45.0
6
  torch>=2.0.0
7
 
 
 
 
8
  # Video processing
9
  opencv-python-headless>=4.8.0
10
- decord>=0.6.0
11
 
12
  # Image processing
13
  Pillow>=9.0.0
14
  requests>=2.28.0
15
 
16
- # Standard deps
17
- numpy>=1.24.0
18
  einops>=0.7.0
19
 
20
  # For efficient attention (flash attention)
21
  accelerate>=0.25.0
22
-
23
- # Optional: for better video decoding
24
- # av>=10.0.0
 
5
  transformers>=4.45.0
6
  torch>=2.0.0
7
 
8
+ # CRITICAL: Eagle 2.5 uses Qwen2-VL architecture
9
+ qwen-vl-utils>=0.0.8
10
+
11
  # Video processing
12
  opencv-python-headless>=4.8.0
13
+ av>=10.0.0
14
 
15
  # Image processing
16
  Pillow>=9.0.0
17
  requests>=2.28.0
18
 
19
+ # Standard deps - pin numpy to avoid conflicts
20
+ numpy>=1.24.0,<2.0.0
21
  einops>=0.7.0
22
 
23
  # For efficient attention (flash attention)
24
  accelerate>=0.25.0