peterproofpath commited on
Commit
974b657
·
verified ·
1 Parent(s): 0ea0faf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,13 +1,16 @@
1
- # Eagle 2.5 Inference Endpoint Requirements
2
  # Note: transformers and torch are pre-installed in HF Inference containers
3
 
4
- # For Eagle 2.5 support (needs recent transformers)
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
@@ -16,9 +19,7 @@ requests>=2.28.0
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
 
1
+ # Molmo 2 Inference Endpoint Requirements
2
  # Note: transformers and torch are pre-installed in HF Inference containers
3
 
4
+ # For Molmo 2 support - IMPORTANT: requires specific version
5
+ transformers==4.57.1
6
  torch>=2.0.0
7
 
8
+ # Molmo utilities for video processing
9
+ molmo_utils>=0.1.0
10
+
11
+ # Video decoding
12
+ decord2>=0.1.0
13
  opencv-python-headless>=4.8.0
 
14
 
15
  # Image processing
16
  Pillow>=9.0.0
 
19
  # Standard deps
20
  numpy>=1.24.0
21
  einops>=0.7.0
22
+ torchvision>=0.15.0
23
 
24
+ # For efficient inference
25
  accelerate>=0.25.0