How to use glasses/deit_small_patch16_224 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("glasses/deit_small_patch16_224", dtype="auto")