peterproofpath commited on
Commit
58416b7
·
verified ·
1 Parent(s): 79053cb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,14 +1,13 @@
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
 
1
  # V-JEPA 2 Inference Endpoint Requirements
2
+ # IMPORTANT: V-JEPA 2 requires latest transformers from git (AutoVideoProcessor not in 4.51)
3
 
4
+ # Install transformers from main branch for V-JEPA 2 / AutoVideoProcessor support
5
+ git+https://github.com/huggingface/transformers.git
 
6
 
7
  # Video decoding
8
  torchcodec>=0.1.0
9
 
10
+ # Standard deps
11
  numpy>=1.24.0
12
  einops>=0.7.0
13
  timm>=0.9.0