peterproofpath commited on
Commit
0f76ce8
·
verified ·
1 Parent(s): 58416b7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,8 +1,8 @@
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
@@ -12,5 +12,5 @@ numpy>=1.24.0
12
  einops>=0.7.0
13
  timm>=0.9.0
14
 
15
- # For efficient attention
16
- accelerate>=0.25.0
 
1
  # V-JEPA 2 Inference Endpoint Requirements
2
+ # V-JEPA 2 requires transformers >= 4.53.0
3
 
4
+ # Use stable transformers release with V-JEPA 2 support
5
+ transformers>=4.53.0
6
 
7
  # Video decoding
8
  torchcodec>=0.1.0
 
12
  einops>=0.7.0
13
  timm>=0.9.0
14
 
15
+ # For efficient attention
16
+ accelerate>=0.25.0