How to use tencent/VersaViT with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("tencent/VersaViT") model = AutoModel.from_pretrained("tencent/VersaViT")
The community tab is the place to discuss and collaborate with the HF community!