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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -10
requirements.txt CHANGED
@@ -1,25 +1,20 @@
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
17
  requests>=2.28.0
18
 
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
 
1
  # Molmo 2 Inference Endpoint Requirements
2
  # Note: transformers and torch are pre-installed in HF Inference containers
3
 
4
+ # For Molmo 2 support
5
+ transformers>=4.45.0
6
  torch>=2.0.0
7
 
8
+ # Video processing
 
 
 
 
9
  opencv-python-headless>=4.8.0
10
 
11
  # Image processing
12
  Pillow>=9.0.0
13
  requests>=2.28.0
14
 
15
+ # Standard deps - pin numpy to avoid conflicts
16
+ numpy>=1.24.0,<2.0.0
17
  einops>=0.7.0
 
18
 
19
  # For efficient inference
20
  accelerate>=0.25.0