For the code:model, preprocess = create_model_from_pretrained('hf-hub:timm/ViT-B-16-SigLIP')
model, preprocess = create_model_from_pretrained('hf-hub:timm/ViT-B-16-SigLIP')
I get the following error:RuntimeError: Unknown model (vit_base_patch16_siglip_224)
RuntimeError: Unknown model (vit_base_patch16_siglip_224)
· Sign up or log in to comment