Views
No views yet
facebook/vjepa2-vitg-fpc64-256 for fast video feature extraction on Apple Silicon.facebook/tribev2.| File | Description |
|---|---|
model.safetensors | Encoder weights (fp16, MLX layout), ~1.9 GB |
config.json | ViT-g encoder config (hidden=1408, 40 layers, …) |
AutoModel for facebook/vjepa2-vitg-fpc64-256 in fp32.convert_state_dict (Conv3d layout, QKV, etc.).encoder.* only (predictor dropped — not used by TRIBE).format=mlx metadata.mlp_ratio=48/11 to match HF (not integer 4).1hf download vasanth009/vjepa2-vitg-fpc64-256-mlx --local-dir mlx_weights/V-JEPA2-vitg-fpc64-256
2# then in the tribev2 fork:
3python demo_data/run_efficient.py your.mp4 --open1from tribev2.mlx_vjepa import encode_clip_frames, install_mlx_video_hooks
2# requires vjepa2_mlx package for the encoder graph