Skip to content

Commit ac3930b

Browse files
authored
Merge pull request #7 from n3puiol/patch-1
Replace AutoVideoProcessor with AutoImageProcessor
2 parents 847a91e + 031a83e commit ac3930b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ vjepa2_vit_giant_384 = torch.hub.load('facebookresearch/vjepa2', 'vjepa2_vit_gia
181181
You can also use our pretrained checkpoints on [Huggingface](https://huggingface.co/collections/facebook/v-jepa-2-6841bad8413014e185b497a6).
182182

183183
```python
184-
from transformers import AutoImageProcessor, AutoModel
184+
from transformers import AutoVideoProcessor, AutoModel
185185

186186
hf_repo = "facebook/vjepa2-vitg-fpc64-256"
187187
# facebook/vjepa2-vitl-fpc64-256

0 commit comments

Comments
 (0)