peterproofpath commited on
Commit
4b72d83
·
verified ·
1 Parent(s): 32936bc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,17 +1,15 @@
1
- # V-JEPA 2 Inference Endpoint Requirements
2
- # Note: transformers and torch are pre-installed in HF Inference containers
3
 
4
- # For latest V-JEPA 2 support (may need bleeding edge)
5
- transformers>=4.45.0
6
- torch>=2.0.0
7
 
8
- # Video decoding
9
- torchcodec>=0.1.0
 
10
 
11
- # Standard deps (usually pre-installed)
12
  numpy>=1.24.0
13
- einops>=0.7.0
14
- timm>=0.9.0
15
 
16
  # For efficient attention
17
  accelerate>=0.25.0
 
1
+ # SigLIP 2 Inference Endpoint Requirements
2
+ # SigLIP 2 requires transformers >= 4.49.0 (using latest for consistency)
3
 
4
+ # Use stable transformers release
5
+ transformers>=4.53.0
 
6
 
7
+ # Image processing
8
+ Pillow>=9.0.0
9
+ requests>=2.28.0
10
 
11
+ # Standard deps
12
  numpy>=1.24.0
 
 
13
 
14
  # For efficient attention
15
  accelerate>=0.25.0